Module: ProjectStore::Entity::CommonProperties

Extended by:
PropertyBinder
Defined in:
lib/project_store/entity/common_properties.rb

Instance Method Summary collapse

Methods included from PropertyBinder

mandatory_properties, mandatory_property, yaml_accessor, yaml_reader, yaml_writer

Instance Method Details

#dataObject



11
12
13
# File 'lib/project_store/entity/common_properties.rb', line 11

def data
  self[:data] || {}
end