Module: Increase::Models::LockboxAddress::Type

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

Overview

A constant representing the object's type. For this resource it will always be lockbox_address.

See Also:

  • Increase::Models::LockboxAddress#type

Constant Summary collapse

LOCKBOX_ADDRESS =

Returns:

  • (:lockbox_address)
:lockbox_address

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/increase/models/lockbox_address.rb', line 161

Instance Method Details

#self?.values::Array[Increase::Models::LockboxAddress::type_]

Returns:

  • (::Array[Increase::Models::LockboxAddress::type_])


113
# File 'sig/increase/models/lockbox_address.rbs', line 113

def self?.values: -> ::Array[Increase::Models::LockboxAddress::type_]