Class: WhopSDK::Models::EventListResponse::Question
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
159
|
# File 'sig/whop_sdk/models/event_list_response.rbs', line 159
def initialize: (
|
Instance Attribute Details
#answer ⇒ String?
157
|
# File 'lib/whop_sdk/models/event_list_response.rb', line 157
optional :answer, String, nil?: true
|
#id ⇒ String?
152
|
# File 'lib/whop_sdk/models/event_list_response.rb', line 152
optional :id, String, nil?: true
|
#key ⇒ String?
162
|
# File 'lib/whop_sdk/models/event_list_response.rb', line 162
optional :key, String, nil?: true
|
#options ⇒ Array<String>?
167
|
# File 'lib/whop_sdk/models/event_list_response.rb', line 167
optional :options, WhopSDK::Internal::Type::ArrayOf[String], nil?: true
|
#question ⇒ String?
172
|
# File 'lib/whop_sdk/models/event_list_response.rb', line 172
optional :question, String, nil?: true
|
#type ⇒ String?
177
|
# File 'lib/whop_sdk/models/event_list_response.rb', line 177
optional :type, String, nil?: true
|
Instance Method Details
#to_hash ⇒ {
168
|
# File 'sig/whop_sdk/models/event_list_response.rbs', line 168
def to_hash: -> {
|