Module: ProjectStore::Entity::MandatoryProperties
- Included in:
- Base
- Defined in:
- lib/project_store/entity/mandatory_properties.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/project_store/entity/mandatory_properties.rb', line 6 def name @name end |
Instance Method Details
#type ⇒ Object
8 9 10 |
# File 'lib/project_store/entity/mandatory_properties.rb', line 8 def type self[:type] end |
#type=(type) ⇒ Object
12 13 14 |
# File 'lib/project_store/entity/mandatory_properties.rb', line 12 def type=(type) self[:type] = type end |