Module: Arachni::Parser::Nodes::WithValue
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
15 16 17 |
# File 'lib/arachni/parser/nodes/with_value.rb', line 15 def value @value end |
Instance Method Details
#initialize(value) ⇒ Object
17 18 19 |
# File 'lib/arachni/parser/nodes/with_value.rb', line 17 def initialize( value ) self.value = value end |