Class: Phoebe::Models::Product::Lists::HistoricalRetrieveResponseItem::Loc
Overview
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?
136
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 136
optional :country_code, String, api_name: :countryCode
|
#country_name ⇒ String?
141
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 141
optional :country_name, String, api_name: :countryName
|
#hierarchical_name ⇒ String?
146
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 146
optional :hierarchical_name, String, api_name: :hierarchicalName
|
#is_hotspot ⇒ Boolean?
151
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 151
optional :is_hotspot, Phoebe::Internal::Type::Boolean, api_name: :isHotspot
|
#lat ⇒ Float?
156
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 156
optional :lat, Float
|
#latitude ⇒ Float?
161
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 161
optional :latitude, Float
|
#lng ⇒ Float?
166
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 166
optional :lng, Float
|
#loc_id ⇒ String?
171
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 171
optional :loc_id, String, api_name: :locId
|
#loc_name ⇒ String?
176
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 176
optional :loc_name, String, api_name: :locName
|
#longitude ⇒ Float?
181
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 181
optional :longitude, Float
|
#name ⇒ String?
186
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 186
optional :name, String
|
#subnational1_code ⇒ String?
191
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 191
optional :subnational1_code, String, api_name: :subnational1Code
|
#subnational1_name ⇒ String?
196
|
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 196
optional :subnational1_name, String, api_name: :subnational1Name
|