Module: OnebusawaySDK::Models::ReportProblemWithTripRetrieveParams::Code
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/onebusaway_sdk/models/report_problem_with_trip_retrieve_params.rb
Overview
A string code identifying the nature of the problem
Constant Summary collapse
- VEHICLE_NEVER_CAME =
:vehicle_never_came- VEHICLE_CAME_EARLY =
:vehicle_came_early- VEHICLE_CAME_LATE =
:vehicle_came_late- WRONG_HEADSIGN =
:wrong_headsign- VEHICLE_DOES_NOT_STOP_HERE =
:vehicle_does_not_stop_here- OTHER =
:other
Class Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/onebusaway_sdk/models/report_problem_with_trip_retrieve_params.rb', line 104
|