Class: WhopSDK::Models::AdUpdateParams::LeadForm::Question::Option
Defined Under Namespace
Classes: Logic
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(key: nil, logic: nil, value: nil) ⇒ Object
|
# File 'lib/whop_sdk/models/ad_update_params.rb', line 535
|
Instance Attribute Details
#key ⇒ String?
523
|
# File 'lib/whop_sdk/models/ad_update_params.rb', line 523
optional :key, String
|
528
|
# File 'lib/whop_sdk/models/ad_update_params.rb', line 528
optional :logic, -> { WhopSDK::AdUpdateParams::LeadForm::Question::Option::Logic }
|
#value ⇒ String?
533
|
# File 'lib/whop_sdk/models/ad_update_params.rb', line 533
optional :value, String
|
Instance Method Details
#to_hash ⇒ {
595
|
# File 'sig/whop_sdk/models/ad_update_params.rbs', line 595
def to_hash: -> {
|