Class: WhopSDK::Models::AdUpdateParams::LeadForm::Question::Option::Logic
Overview
Defined Under Namespace
Modules: Action
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(action: nil, target_end_page_index: nil, target_question_index: nil) ⇒ Object
|
# File 'lib/whop_sdk/models/ad_update_params.rb', line 557
|
Instance Attribute Details
#action ⇒ Symbol, ...
545
|
# File 'lib/whop_sdk/models/ad_update_params.rb', line 545
optional :action, enum: -> { WhopSDK::AdUpdateParams::LeadForm::Question::Option::Logic::Action }
|
#target_end_page_index ⇒ Integer?
550
|
# File 'lib/whop_sdk/models/ad_update_params.rb', line 550
optional :target_end_page_index, Integer
|
#target_question_index ⇒ Integer?
555
|
# File 'lib/whop_sdk/models/ad_update_params.rb', line 555
optional :target_question_index, Integer
|
Instance Method Details
#to_hash ⇒ {
629
|
# File 'sig/whop_sdk/models/ad_update_params.rbs', line 629
def to_hash: -> {
|