Module: DeliveryFivePostClient::Models::MileType

Extended by:
Internal::Type::Enum
Defined in:
lib/delivery_five_post_client/models/mile_type.rb

Overview

Тип мили доставки / Delivery mile type

Constant Summary collapse

FIRST_MILE =
:FIRST_MILE
MIDDLE_MILE =
:MIDDLE_MILE
LAST_MILE =
:LAST_MILE
RETURN_MILE =
:RETURN_MILE

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>

Returns:

  • (Array<Symbol>)


# File 'lib/delivery_five_post_client/models/mile_type.rb', line 14