Class: Xml
Instance Attribute Summary collapse
-
#schema ⇒ Object
Returns the value of attribute schema.
Attributes inherited from Node
#children, #level, #name, #parent
Method Summary
Methods inherited from Node
#add_child, #all_children, #initialize, #print, #print_children, #root, #root?, #to_s
Constructor Details
This class inherits a constructor from Node
Instance Attribute Details
#schema ⇒ Object
Returns the value of attribute schema.
224 225 226 |
# File 'lib/rest.rb', line 224 def schema @schema end |