Module: Arachni::Parser::Nodes::WithValue

Included in:
Comment, Text
Defined in:
lib/arachni/parser/nodes/with_value.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#valueObject

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