Module: OnebusawaySDK::Models::ReportProblemWithTripRetrieveParams::Code

Extended by:
Internal::Type::Enum
Defined in:
lib/onebusaway_sdk/models/report_problem_with_trip_retrieve_params.rb,
sig/onebusaway_sdk/models/report_problem_with_trip_retrieve_params.rbs

Overview

A string code identifying the nature of the problem

Constant Summary collapse

VEHICLE_NEVER_CAME =

Returns:

  • (:vehicle_never_came)
:vehicle_never_came
VEHICLE_CAME_EARLY =

Returns:

  • (:vehicle_came_early)
:vehicle_came_early
VEHICLE_CAME_LATE =

Returns:

  • (:vehicle_came_late)
:vehicle_came_late
WRONG_HEADSIGN =

Returns:

  • (:wrong_headsign)
:wrong_headsign
VEHICLE_DOES_NOT_STOP_HERE =

Returns:

  • (:vehicle_does_not_stop_here)
:vehicle_does_not_stop_here
OTHER =

Returns:

  • (:other)
:other

Class Method Summary collapse

Instance 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

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/onebusaway_sdk/models/report_problem_with_trip_retrieve_params.rb', line 111

Instance Method Details

#self?.values::Array[OnebusawaySDK::Models::ReportProblemWithTripRetrieveParams::code]

Returns:

  • (::Array[OnebusawaySDK::Models::ReportProblemWithTripRetrieveParams::code])


115
# File 'sig/onebusaway_sdk/models/report_problem_with_trip_retrieve_params.rbs', line 115

def self?.values: -> ::Array[OnebusawaySDK::Models::ReportProblemWithTripRetrieveParams::code]