Module: Increase::Models::OAuthApplication::Type

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

Overview

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

See Also:

  • Increase::Models::OAuthApplication#type

Constant Summary collapse

OAUTH_APPLICATION =

Returns:

  • (:oauth_application)
:oauth_application

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/oauth_application.rb', line 101

Instance Method Details

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

Returns:

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


70
# File 'sig/increase/models/oauth_application.rbs', line 70

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