Class: Glaemscribe::API::Glaeml::Document

Inherits:
Object
  • Object
show all
Defined in:
lib/api/glaeml.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDocument

Returns a new instance of Document.



41
42
43
# File 'lib/api/glaeml.rb', line 41

def initialize
  @errors = []
end

Instance Attribute Details

#errorsObject

Returns the value of attribute errors.



39
40
41
# File 'lib/api/glaeml.rb', line 39

def errors
  @errors
end

#root_nodeObject

Returns the value of attribute root_node.



38
39
40
# File 'lib/api/glaeml.rb', line 38

def root_node
  @root_node
end