Class: Model
- Inherits:
-
Object
- Object
- Model
- Defined in:
- lib/emf/model.rb
Instance Attribute Summary collapse
-
#external_objects ⇒ Object
Returns the value of attribute external_objects.
-
#name ⇒ Object
Returns the value of attribute name.
-
#root ⇒ Object
Returns the value of attribute root.
Instance Attribute Details
#external_objects ⇒ Object
Returns the value of attribute external_objects.
4 5 6 |
# File 'lib/emf/model.rb', line 4 def external_objects @external_objects end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/emf/model.rb', line 3 def name @name end |
#root ⇒ Object
Returns the value of attribute root.
2 3 4 |
# File 'lib/emf/model.rb', line 2 def root @root end |