Class: Labimotion::PropertiesEntity

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

Direct Known Subclasses

DatasetEntity, ElementEntity, SegmentEntity

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