Class: INat::Entity::ObservationSound
- Inherits:
-
Data::Entity
- Object
- Data::Model
- Data::Entity
- INat::Entity::ObservationSound
- Includes:
- INat::Entity
- Defined in:
- lib/inat/data/entity/observationsound.rb
Instance Attribute Summary collapse
-
#observation ⇒ type: Observation
The
observation
field. -
#sound ⇒ type: Sound
The
sound
field. -
#uuid ⇒ type: UUID
The
uuid
field.
Attributes inherited from Data::Entity
Method Summary
Methods inherited from Data::Entity
by_id, #complete?, ddl, fetch, from_db_rows, #get, #init, #initialize, load, load_file, parse, read, #save, #to_db, #update
Methods included from App::Logger::DSL
#debug, debug, echo, #echo, error, #error, #info, info, log, #log, #warning, warning
Methods inherited from Data::Model
DDL, api_limit, api_part, api_path, backs, block, field, fields, has_path?, has_table?, #ignore, #initialize, links, #post_update, #process?, #saved?, table, #to_h, #update
Constructor Details
This class inherits a constructor from INat::Data::Entity
Instance Attribute Details
#observation ⇒ type: Observation
Returns the observation
field.
20 |
# File 'lib/inat/data/entity/observationsound.rb', line 20 field :observation, type: Observation, index: true |