Class: Glaemscribe::API::Glaeml::Document
- Inherits:
-
Object
- Object
- Glaemscribe::API::Glaeml::Document
- Defined in:
- lib/api/glaeml.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#root_node ⇒ Object
Returns the value of attribute root_node.
Instance Method Summary collapse
-
#initialize ⇒ Document
constructor
A new instance of Document.
Constructor Details
#initialize ⇒ Document
Returns a new instance of Document.
41 42 43 |
# File 'lib/api/glaeml.rb', line 41 def initialize @errors = [] end |
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors.
39 40 41 |
# File 'lib/api/glaeml.rb', line 39 def errors @errors end |
#root_node ⇒ Object
Returns the value of attribute root_node.
38 39 40 |
# File 'lib/api/glaeml.rb', line 38 def root_node @root_node end |