Module: Increase::Models::IntrafiExclusion::Status

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

Overview

The status of the exclusion request.

See Also:

  • Increase::Models::IntrafiExclusion#status

Constant Summary collapse

PENDING =

The exclusion is being added to the IntraFi network.

Returns:

  • (:pending)
:pending
COMPLETED =

The exclusion has been added to the IntraFi network.

Returns:

  • (:completed)
:completed
ARCHIVED =

The exclusion has been removed from the IntraFi network.

Returns:

  • (:archived)
:archived
INELIGIBLE =

The exclusion wasn't eligible to be added to the IntraFi network.

Returns:

  • (:ineligible)
:ineligible

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::IntrafiExclusion::status]

Returns:

  • (::Array[Increase::Models::IntrafiExclusion::status])


81
# File 'sig/increase/models/intrafi_exclusion.rbs', line 81

def self?.values: -> ::Array[Increase::Models::IntrafiExclusion::status]