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::DISPLAYED_IN_LIST_CONDITION

Instance Method Summary collapse

Instance Method Details

#propertiesObject



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