Class: Glaemscribe::API::Glaeml::Document
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 |