Class: Model

Inherits:
Object
  • Object
show all
Defined in:
lib/emf/model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#external_objectsObject

Returns the value of attribute external_objects.



4
5
6
# File 'lib/emf/model.rb', line 4

def external_objects
  @external_objects
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/emf/model.rb', line 3

def name
  @name
end

#rootObject

Returns the value of attribute root.



2
3
4
# File 'lib/emf/model.rb', line 2

def root
  @root
end