Module: ProjectStore::Entity::CommonProperties
- Defined in:
- lib/project_store/entity/common_properties.rb
Instance Method Summary collapse
Instance Method Details
#data ⇒ Object
14 15 16 |
# File 'lib/project_store/entity/common_properties.rb', line 14 def data self[:data] end |
#data=(data) ⇒ Object
18 19 20 |
# File 'lib/project_store/entity/common_properties.rb', line 18 def data=(data) self[:data] = data end |
#description ⇒ Object
6 7 8 |
# File 'lib/project_store/entity/common_properties.rb', line 6 def description self[:description] end |
#description=(description) ⇒ Object
10 11 12 |
# File 'lib/project_store/entity/common_properties.rb', line 10 def description=(description) self[:description] = description end |