Class: Labimotion::PropertiesEntity
- Inherits:
-
ApplicationEntity
- Object
- Entities::ApplicationEntity
- ApplicationEntity
- Labimotion::PropertiesEntity
- Defined in:
- lib/labimotion/entities/properties_entity.rb
Direct Known Subclasses
Constant Summary
Constants inherited from ApplicationEntity
ApplicationEntity::DISPLAYED_IN_LIST_CONDITION
Instance Method Summary collapse
Instance Method Details
#properties ⇒ Object
6 7 8 9 10 11 |
# File 'lib/labimotion/entities/properties_entity.rb', line 6 def properties process_layers do |key, layer| process_fields(key, layer) end object.properties end |