Class: Ox::Node
- Inherits:
-
Object
- Object
- Ox::Node
- Defined in:
- lib/ox/node.rb
Direct Known Subclasses
Moxml::Adapter::CustomizedOx::Attribute, Moxml::Adapter::CustomizedOx::Text
Instance Attribute Summary collapse
-
#parent ⇒ Object
Returns the value of attribute parent.
Instance Attribute Details
#parent ⇒ Object
Returns the value of attribute parent.
7 8 9 |
# File 'lib/ox/node.rb', line 7 def parent @parent end |