Module: GrowsurfRuby::Models::Campaign::ParticipantRequestPayoutDestinationConfirmationResponse::Status
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/growsurf_ruby/models/campaign/participant_request_payout_destination_confirmation_response.rb,
sig/growsurf_ruby/models/campaign/participant_request_payout_destination_confirmation_response.rbs
Overview
Confirms the message was requested.
Constant Summary collapse
- CONFIRMATION_REQUESTED =
:CONFIRMATION_REQUESTED
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
.values ⇒ Array<Symbol>
|
|
# File 'lib/growsurf_ruby/models/campaign/participant_request_payout_destination_confirmation_response.rb', line 50
|
Instance Method Details
#self?.values ⇒ ::Array[GrowsurfRuby::Models::Campaign::ParticipantRequestPayoutDestinationConfirmationResponse::status]
52 |
# File 'sig/growsurf_ruby/models/campaign/participant_request_payout_destination_confirmation_response.rbs', line 52
def self?.values: -> ::Array[GrowsurfRuby::Models::Campaign::ParticipantRequestPayoutDestinationConfirmationResponse::status]
|