Class: GrowsurfRuby::Models::Campaign::ParticipantRecordTransactionResponse::UnionMember0
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/growsurf_ruby/models/campaign/participant_record_transaction_response.rb,
sig/growsurf_ruby/models/campaign/participant_record_transaction_response.rbs
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
23
|
# File 'sig/growsurf_ruby/models/campaign/participant_record_transaction_response.rbs', line 23
def initialize: (
|
Instance Attribute Details
#duplicate ⇒ Boolean, false
18
|
# File 'lib/growsurf_ruby/models/campaign/participant_record_transaction_response.rb', line 18
required :duplicate, const: false
|
#first_sale ⇒ Boolean
23
|
# File 'lib/growsurf_ruby/models/campaign/participant_record_transaction_response.rb', line 23
required :first_sale, GrowsurfRuby::Internal::Type::Boolean, api_name: :firstSale
|
#message ⇒ String
28
|
# File 'lib/growsurf_ruby/models/campaign/participant_record_transaction_response.rb', line 28
required :message, String
|
#success ⇒ Boolean, true
33
|
# File 'lib/growsurf_ruby/models/campaign/participant_record_transaction_response.rb', line 33
required :success, const: true
|
Instance Method Details
#to_hash ⇒ {
30
|
# File 'sig/growsurf_ruby/models/campaign/participant_record_transaction_response.rbs', line 30
def to_hash: -> {
|