Module: SurgeAPI::Models::AccountRetrieveStatusParams::Capability

Extended by:
Internal::Type::Enum
Defined in:
lib/surge_api/models/account_retrieve_status_params.rb

Constant Summary collapse

LOCAL_MESSAGING =
:local_messaging

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/surge_api/models/account_retrieve_status_params.rb', line 27

Instance Method Details

#initialize(capabilities: nil, request_options: {}) ⇒ Object

Parameters:



22
23
24
25
26
27
28
29
# File 'lib/surge_api/models/account_retrieve_status_params.rb', line 22

module Capability
  extend SurgeAPI::Internal::Type::Enum

  LOCAL_MESSAGING = :local_messaging

  # @!method self.values
  #   @return [Array<Symbol>]
end