Class: Phoebe::Models::Product::Lists::HistoricalRetrieveResponseItem::Loc

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/phoebe/models/product/lists/historical_retrieve_response.rb

Overview

See Also:

Instance Attribute Summary collapse

Method Summary

Methods inherited from Internal::Type::BaseModel

==, #==, #[], 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

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

This class inherits a constructor from Phoebe::Internal::Type::BaseModel

Instance Attribute Details

#country_codeString?

Returns:

  • (String, nil)


136
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 136

optional :country_code, String, api_name: :countryCode

#country_nameString?

Returns:

  • (String, nil)


141
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 141

optional :country_name, String, api_name: :countryName

#hierarchical_nameString?

Returns:

  • (String, nil)


146
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 146

optional :hierarchical_name, String, api_name: :hierarchicalName

#is_hotspotBoolean?

Returns:

  • (Boolean, nil)


151
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 151

optional :is_hotspot, Phoebe::Internal::Type::Boolean, api_name: :isHotspot

#latFloat?

Returns:

  • (Float, nil)


156
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 156

optional :lat, Float

#latitudeFloat?

Returns:

  • (Float, nil)


161
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 161

optional :latitude, Float

#lngFloat?

Returns:

  • (Float, nil)


166
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 166

optional :lng, Float

#loc_idString?

Returns:

  • (String, nil)


171
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 171

optional :loc_id, String, api_name: :locId

#loc_nameString?

Returns:

  • (String, nil)


176
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 176

optional :loc_name, String, api_name: :locName

#longitudeFloat?

Returns:

  • (Float, nil)


181
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 181

optional :longitude, Float

#nameString?

Returns:

  • (String, nil)


186
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 186

optional :name, String

#subnational1_codeString?

Returns:

  • (String, nil)


191
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 191

optional :subnational1_code, String, api_name: :subnational1Code

#subnational1_nameString?

Returns:

  • (String, nil)


196
# File 'lib/phoebe/models/product/lists/historical_retrieve_response.rb', line 196

optional :subnational1_name, String, api_name: :subnational1Name