Module: Increase::Models::DigitalWalletToken::Device::DeviceType

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

Overview

Device type.

See Also:

  • Increase::Models::DigitalWalletToken::Device#device_type

Constant Summary collapse

UNKNOWN =

Unknown

Returns:

  • (:unknown)
:unknown
MOBILE_PHONE =

Mobile Phone

Returns:

  • (:mobile_phone)
:mobile_phone
TABLET =

Tablet

Returns:

  • (:tablet)
:tablet
WATCH =

Watch

Returns:

  • (:watch)
:watch
MOBILEPHONE_OR_TABLET =

Mobile Phone or Tablet

Returns:

  • (:mobilephone_or_tablet)
:mobilephone_or_tablet
PC =

PC

Returns:

  • (:pc)
:pc
HOUSEHOLD_DEVICE =

Household Device

Returns:

  • (:household_device)
:household_device
WEARABLE_DEVICE =

Wearable Device

Returns:

  • (:wearable_device)
:wearable_device
AUTOMOBILE_DEVICE =

Automobile Device

Returns:

  • (:automobile_device)
:automobile_device

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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

Instance Method Details

#self?.values::Array[Increase::Models::DigitalWalletToken::Device::device_type]

Returns:

  • (::Array[Increase::Models::DigitalWalletToken::Device::device_type])


198
# File 'sig/increase/models/digital_wallet_token.rbs', line 198

def self?.values: -> ::Array[Increase::Models::DigitalWalletToken::Device::device_type]