Module: GrowsurfRuby::Models::Campaign::WebhookEvent

Extended by:
Internal::Type::Enum
Defined in:
lib/growsurf_ruby/models/campaign/webhook_event.rb,
sig/growsurf_ruby/models/campaign/webhook_event.rbs

Overview

A webhook event name.

Constant Summary collapse

PARTICIPANT_REACHED_A_GOAL =

Returns:

  • (:PARTICIPANT_REACHED_A_GOAL)
:PARTICIPANT_REACHED_A_GOAL
NEW_PARTICIPANT_ADDED =

Returns:

  • (:NEW_PARTICIPANT_ADDED)
:NEW_PARTICIPANT_ADDED
CAMPAIGN_ENDED =

Returns:

  • (:CAMPAIGN_ENDED)
:CAMPAIGN_ENDED
PARTICIPANT_FRAUD_STATUS_UPDATED =

Returns:

  • (:PARTICIPANT_FRAUD_STATUS_UPDATED)
:PARTICIPANT_FRAUD_STATUS_UPDATED
NEW_COMMISSION_ADDED =

Returns:

  • (:NEW_COMMISSION_ADDED)
:NEW_COMMISSION_ADDED
COMMISSION_ADJUSTED =

Returns:

  • (:COMMISSION_ADJUSTED)
:COMMISSION_ADJUSTED
NEW_PAYOUT_ISSUED =

Returns:

  • (:NEW_PAYOUT_ISSUED)
:NEW_PAYOUT_ISSUED

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/growsurf_ruby/models/campaign/webhook_event.rb', line 18

Instance Method Details

#self?.values::Array[GrowsurfRuby::Models::Campaign::webhook_event]

Returns:

  • (::Array[GrowsurfRuby::Models::Campaign::webhook_event])


24
# File 'sig/growsurf_ruby/models/campaign/webhook_event.rbs', line 24

def self?.values: -> ::Array[GrowsurfRuby::Models::Campaign::webhook_event]