Class: WhopSDK::Models::AdCreateParams::LeadForm::Completion
Overview
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
386
|
# File 'sig/whop_sdk/models/ad_create_params.rbs', line 386
def initialize: (
|
Instance Attribute Details
#button_text ⇒ String?
352
|
# File 'lib/whop_sdk/models/ad_create_params.rb', line 352
optional :button_text, String
|
#description ⇒ String?
357
|
# File 'lib/whop_sdk/models/ad_create_params.rb', line 357
optional :description, String
|
#headline ⇒ String?
362
|
# File 'lib/whop_sdk/models/ad_create_params.rb', line 362
optional :headline, String
|
#url ⇒ String?
367
|
# File 'lib/whop_sdk/models/ad_create_params.rb', line 367
optional :url, String
|
Instance Method Details
#to_hash ⇒ {
393
|
# File 'sig/whop_sdk/models/ad_create_params.rbs', line 393
def to_hash: -> {
|