Class: OnebusawaySDK::Models::ScheduleForStopRetrieveResponse::Data::Entry::StopRouteSchedule::StopRouteDirectionSchedule::ScheduleFrequency
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(end_time: , headway: , service_date: , service_id: , start_time: , trip_id: ) ⇒ Object
|
# File 'lib/onebusaway_sdk/models/schedule_for_stop_retrieve_response.rb', line 187
|
Instance Attribute Details
#end_time ⇒ Integer
160
|
# File 'lib/onebusaway_sdk/models/schedule_for_stop_retrieve_response.rb', line 160
required :end_time, Integer, api_name: :endTime
|
#headway ⇒ Integer
165
|
# File 'lib/onebusaway_sdk/models/schedule_for_stop_retrieve_response.rb', line 165
required :headway, Integer
|
#service_date ⇒ Integer
170
|
# File 'lib/onebusaway_sdk/models/schedule_for_stop_retrieve_response.rb', line 170
required :service_date, Integer, api_name: :serviceDate
|
#service_id ⇒ String
175
|
# File 'lib/onebusaway_sdk/models/schedule_for_stop_retrieve_response.rb', line 175
required :service_id, String, api_name: :serviceId
|
#start_time ⇒ Integer
180
|
# File 'lib/onebusaway_sdk/models/schedule_for_stop_retrieve_response.rb', line 180
required :start_time, Integer, api_name: :startTime
|
#trip_id ⇒ String
185
|
# File 'lib/onebusaway_sdk/models/schedule_for_stop_retrieve_response.rb', line 185
required :trip_id, String, api_name: :tripId
|