Module: ProjectStore::Entity::MandatoryProperties
- Extended by:
- PropertyBinder
- Included in:
- Base
- Defined in:
- lib/project_store/entity/mandatory_properties.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Method Summary
Methods included from PropertyBinder
mandatory_properties, mandatory_property, yaml_accessor, yaml_reader, yaml_writer
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
8 9 10 |
# File 'lib/project_store/entity/mandatory_properties.rb', line 8 def name @name end |