Class: OnebusawaySDK::Models::ResponseWrapper
Direct Known Subclasses
AgenciesWithCoverageListResponse, AgencyRetrieveResponse, ArrivalAndDepartureListResponse, ArrivalAndDepartureRetrieveResponse, BlockRetrieveResponse, ConfigRetrieveResponse, CurrentTimeRetrieveResponse, RouteIDsForAgencyListResponse, RouteRetrieveResponse, RoutesForAgencyListResponse, RoutesForLocationListResponse, ScheduleForRouteRetrieveResponse, ScheduleForStopRetrieveResponse, SearchForRouteListResponse, SearchForStopListResponse, ShapeRetrieveResponse, StopIDsForAgencyListResponse, StopRetrieveResponse, StopsForAgencyListResponse, StopsForLocationListResponse, StopsForRouteListResponse, TripDetailRetrieveResponse, TripForVehicleRetrieveResponse, TripRetrieveResponse, TripsForLocationListResponse, TripsForRouteListResponse, VehiclesForAgencyListResponse
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(code: , current_time: , text: , version: ) ⇒ Object
|
# File 'lib/onebusaway_sdk/models/response_wrapper.rb', line 26
|
Instance Attribute Details
#code ⇒ Integer
9
|
# File 'lib/onebusaway_sdk/models/response_wrapper.rb', line 9
required :code, Integer
|
#current_time ⇒ Integer
14
|
# File 'lib/onebusaway_sdk/models/response_wrapper.rb', line 14
required :current_time, Integer, api_name: :currentTime
|
#text ⇒ String
19
|
# File 'lib/onebusaway_sdk/models/response_wrapper.rb', line 19
required :text, String
|
#version ⇒ Integer
24
|
# File 'lib/onebusaway_sdk/models/response_wrapper.rb', line 24
required :version, Integer
|