Class: Archimate::DataModel::ViewpointType::ViewpointTypeVal
- Inherits:
-
Struct
- Object
- Struct
- Archimate::DataModel::ViewpointType::ViewpointTypeVal
- Defined in:
- lib/archimate/data_model/viewpoint_type.rb
Instance Attribute Summary collapse
-
#entities ⇒ Object
Returns the value of attribute entities.
-
#name ⇒ Object
Returns the value of attribute name.
-
#relations ⇒ Object
Returns the value of attribute relations.
Instance Method Summary collapse
Instance Attribute Details
#entities ⇒ Object
Returns the value of attribute entities
28 29 30 |
# File 'lib/archimate/data_model/viewpoint_type.rb', line 28 def entities @entities end |
#name ⇒ Object
Returns the value of attribute name
28 29 30 |
# File 'lib/archimate/data_model/viewpoint_type.rb', line 28 def name @name end |
#relations ⇒ Object
Returns the value of attribute relations
28 29 30 |
# File 'lib/archimate/data_model/viewpoint_type.rb', line 28 def relations @relations end |
Instance Method Details
#to_s ⇒ Object
29 30 31 |
# File 'lib/archimate/data_model/viewpoint_type.rb', line 29 def to_s name end |