Class: OnebusawaySDK::Models::StopRetrieveResponse::Data::Entry
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(id: , lat: , location_type: , lon: , name: , parent: , route_ids: , static_route_ids: , code: nil, direction: nil, wheelchair_boarding: nil) ⇒ Object
constructor
==, #==, #[], 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(id: , lat: , location_type: , lon: , name: , parent: , route_ids: , static_route_ids: , code: nil, direction: nil, wheelchair_boarding: nil) ⇒ Object
|
# File 'lib/onebusaway_sdk/models/stop_retrieve_response.rb', line 89
|
Instance Attribute Details
#code ⇒ String?
77
|
# File 'lib/onebusaway_sdk/models/stop_retrieve_response.rb', line 77
optional :code, String
|
#direction ⇒ String?
82
|
# File 'lib/onebusaway_sdk/models/stop_retrieve_response.rb', line 82
optional :direction, String
|
#id ⇒ String
35
|
# File 'lib/onebusaway_sdk/models/stop_retrieve_response.rb', line 35
required :id, String
|
#lat ⇒ Float
40
|
# File 'lib/onebusaway_sdk/models/stop_retrieve_response.rb', line 40
required :lat, Float
|
#location_type ⇒ Integer
45
|
# File 'lib/onebusaway_sdk/models/stop_retrieve_response.rb', line 45
required :location_type, Integer, api_name: :locationType
|
#lon ⇒ Float
50
|
# File 'lib/onebusaway_sdk/models/stop_retrieve_response.rb', line 50
required :lon, Float
|
#name ⇒ String
55
|
# File 'lib/onebusaway_sdk/models/stop_retrieve_response.rb', line 55
required :name, String
|
#parent ⇒ String
60
|
# File 'lib/onebusaway_sdk/models/stop_retrieve_response.rb', line 60
required :parent, String
|
#route_ids ⇒ Array<String>
65
|
# File 'lib/onebusaway_sdk/models/stop_retrieve_response.rb', line 65
required :route_ids, OnebusawaySDK::Internal::Type::ArrayOf[String], api_name: :routeIds
|
#static_route_ids ⇒ Array<String>
70
71
72
|
# File 'lib/onebusaway_sdk/models/stop_retrieve_response.rb', line 70
required :static_route_ids,
OnebusawaySDK::Internal::Type::ArrayOf[String],
api_name: :staticRouteIds
|
#wheelchair_boarding ⇒ String?
87
|
# File 'lib/onebusaway_sdk/models/stop_retrieve_response.rb', line 87
optional :wheelchair_boarding, String, api_name: :wheelchairBoarding
|