Class: OnebusawaySDK::Models::AgenciesWithCoverageListResponse::Data::List
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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
Constructor Details
#initialize(agency_id: , lat: , lat_span: , lon: , lon_span: ) ⇒ Object
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
# File 'lib/onebusaway_sdk/models/agencies_with_coverage_list_response.rb', line 37
class List < OnebusawaySDK::Internal::Type::BaseModel
required :agency_id, String, api_name: :agencyId
required :lat, Float
required :lat_span, Float, api_name: :latSpan
required :lon, Float
required :lon_span, Float, api_name: :lonSpan
end
|
Instance Attribute Details
#agency_id ⇒ String
41
|
# File 'lib/onebusaway_sdk/models/agencies_with_coverage_list_response.rb', line 41
required :agency_id, String, api_name: :agencyId
|
#lat ⇒ Float
46
|
# File 'lib/onebusaway_sdk/models/agencies_with_coverage_list_response.rb', line 46
required :lat, Float
|
#lat_span ⇒ Float
51
|
# File 'lib/onebusaway_sdk/models/agencies_with_coverage_list_response.rb', line 51
required :lat_span, Float, api_name: :latSpan
|
#lon ⇒ Float
56
|
# File 'lib/onebusaway_sdk/models/agencies_with_coverage_list_response.rb', line 56
required :lon, Float
|
#lon_span ⇒ Float
61
|
# File 'lib/onebusaway_sdk/models/agencies_with_coverage_list_response.rb', line 61
required :lon_span, Float, api_name: :lonSpan
|