Module: Increase::Models::Account::Bank

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

Overview

The bank the Account is with.

See Also:

  • Increase::Models::Account#bank

Constant Summary collapse

CORE_BANK =

Core Bank

Returns:

  • (:core_bank)
:core_bank
FIRST_INTERNET_BANK =

First Internet Bank of Indiana

Returns:

  • (:first_internet_bank)
:first_internet_bank
GRASSHOPPER_BANK =

Grasshopper Bank

Returns:

  • (:grasshopper_bank)
:grasshopper_bank

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::Account::bank]

Returns:

  • (::Array[Increase::Models::Account::bank])


108
# File 'sig/increase/models/account.rbs', line 108

def self?.values: -> ::Array[Increase::Models::Account::bank]