Module: OnebusawaySDK::Models::ReportProblemWithStopRetrieveParams::Code

Extended by:
Internal::Type::Enum
Defined in:
lib/onebusaway_sdk/models/report_problem_with_stop_retrieve_params.rb

Overview

A string code identifying the nature of the problem

Constant Summary collapse

STOP_NAME_WRONG =
:stop_name_wrong
STOP_NUMBER_WRONG =
:stop_number_wrong
STOP_LOCATION_WRONG =
:stop_location_wrong
ROUTE_OR_TRIP_MISSING =
:route_or_trip_missing
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

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/onebusaway_sdk/models/report_problem_with_stop_retrieve_params.rb', line 63