Module: GrowsurfRuby::Models::Campaign::ParticipantAddParams::ReferralStatus
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/growsurf_ruby/models/campaign/participant_add_params.rb
Constant Summary collapse
- CREDIT_PENDING =
:CREDIT_PENDING- CREDIT_AWARDED =
:CREDIT_AWARDED
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_add_params.rb', line 87
|
Instance Method Details
#initialize(id:, email:, fingerprint: nil, first_name: nil, ip_address: nil, last_name: nil, metadata: nil, referral_status: nil, referred_by: nil, request_options: {}) ⇒ Object
81 82 83 84 85 86 87 88 89 |
# File 'lib/growsurf_ruby/models/campaign/participant_add_params.rb', line 81 module ReferralStatus extend GrowsurfRuby::Internal::Type::Enum CREDIT_PENDING = :CREDIT_PENDING CREDIT_AWARDED = :CREDIT_AWARDED # @!method self.values # @return [Array<Symbol>] end |