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