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

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

Overview

A string code identifying the nature of the problem

Constant Summary collapse

STOP_NAME_WRONG =

Returns:

  • (:stop_name_wrong)
:stop_name_wrong
STOP_NUMBER_WRONG =

Returns:

  • (:stop_number_wrong)
:stop_number_wrong
STOP_LOCATION_WRONG =

Returns:

  • (:stop_location_wrong)
:stop_location_wrong
ROUTE_OR_TRIP_MISSING =

Returns:

  • (:route_or_trip_missing)
:route_or_trip_missing
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_stop_retrieve_params.rb', line 70

Instance Method Details

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

Returns:

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


78
# File 'sig/onebusaway_sdk/models/report_problem_with_stop_retrieve_params.rbs', line 78

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