Class: Arachni::Parser::Nodes::Base
- Defined in:
- lib/arachni/parser/nodes/base.rb
Instance Attribute Summary collapse
-
#document ⇒ Object
Returns the value of attribute document.
-
#parent ⇒ Object
Returns the value of attribute parent.
Instance Attribute Details
#document ⇒ Object
Returns the value of attribute document.
16 17 18 |
# File 'lib/arachni/parser/nodes/base.rb', line 16 def document @document end |
#parent ⇒ Object
Returns the value of attribute parent.
15 16 17 |
# File 'lib/arachni/parser/nodes/base.rb', line 15 def parent @parent end |