Class: Labimotion::PropertiesEntity

Inherits:
ApplicationEntity show all
Defined in:
lib/labimotion/entities/properties_entity.rb

Direct Known Subclasses

DatasetEntity, ElementEntity, SegmentEntity

Constant Summary

Constants inherited from ApplicationEntity

ApplicationEntity::CUSTOM_ENTITY_OPTIONS

Instance Method Summary collapse

Methods inherited from ApplicationEntity

expose!, expose_timestamps

Instance Method Details

#propertiesObject



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