Class: Phoebe::Models::Ref::Hotspot::GeoRetrieveResponseItem
Instance Attribute Summary collapse
Method Summary
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Instance Attribute Details
#country_code ⇒ String?
11
|
# File 'lib/phoebe/models/ref/hotspot/geo_retrieve_response.rb', line 11
optional :country_code, String, api_name: :countryCode
|
#lat ⇒ Float?
16
|
# File 'lib/phoebe/models/ref/hotspot/geo_retrieve_response.rb', line 16
optional :lat, Float
|
#latest_obs_dt ⇒ String?
21
|
# File 'lib/phoebe/models/ref/hotspot/geo_retrieve_response.rb', line 21
optional :latest_obs_dt, String, api_name: :latestObsDt
|
#lng ⇒ Float?
26
|
# File 'lib/phoebe/models/ref/hotspot/geo_retrieve_response.rb', line 26
optional :lng, Float
|
#loc_id ⇒ String?
31
|
# File 'lib/phoebe/models/ref/hotspot/geo_retrieve_response.rb', line 31
optional :loc_id, String, api_name: :locId
|
#loc_name ⇒ String?
36
|
# File 'lib/phoebe/models/ref/hotspot/geo_retrieve_response.rb', line 36
optional :loc_name, String, api_name: :locName
|
#num_species_all_time ⇒ Integer?
41
|
# File 'lib/phoebe/models/ref/hotspot/geo_retrieve_response.rb', line 41
optional :num_species_all_time, Integer, api_name: :numSpeciesAllTime
|
#subnational1_code ⇒ String?
46
|
# File 'lib/phoebe/models/ref/hotspot/geo_retrieve_response.rb', line 46
optional :subnational1_code, String, api_name: :subnational1Code
|
#subnational2_code ⇒ String?
51
|
# File 'lib/phoebe/models/ref/hotspot/geo_retrieve_response.rb', line 51
optional :subnational2_code, String, api_name: :subnational2Code
|