Class: Arachni::Parser::Nodes::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/arachni/parser/nodes/base.rb

Direct Known Subclasses

Comment, Element, Text

Instance Attribute Summary collapse

Instance Attribute Details

#documentObject

Returns the value of attribute document.



16
17
18
# File 'lib/arachni/parser/nodes/base.rb', line 16

def document
  @document
end

#parentObject

Returns the value of attribute parent.



15
16
17
# File 'lib/arachni/parser/nodes/base.rb', line 15

def parent
  @parent
end