Class: WhopSDK::Models::EventListResponse::User
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(city: nil, country: nil, email: nil, first_name: nil, last_name: nil, name: nil, phone: nil, state: nil) ⇒ Object
|
# File 'lib/whop_sdk/models/event_list_response.rb', line 230
|
Instance Attribute Details
#city ⇒ String?
193
|
# File 'lib/whop_sdk/models/event_list_response.rb', line 193
optional :city, String, nil?: true
|
#country ⇒ String?
198
|
# File 'lib/whop_sdk/models/event_list_response.rb', line 198
optional :country, String, nil?: true
|
#email ⇒ String?
203
|
# File 'lib/whop_sdk/models/event_list_response.rb', line 203
optional :email, String, nil?: true
|
#first_name ⇒ String?
208
|
# File 'lib/whop_sdk/models/event_list_response.rb', line 208
optional :first_name, String, nil?: true
|
#last_name ⇒ String?
213
|
# File 'lib/whop_sdk/models/event_list_response.rb', line 213
optional :last_name, String, nil?: true
|
#name ⇒ String?
218
|
# File 'lib/whop_sdk/models/event_list_response.rb', line 218
optional :name, String, nil?: true
|
#phone ⇒ String?
223
|
# File 'lib/whop_sdk/models/event_list_response.rb', line 223
optional :phone, String, nil?: true
|
#state ⇒ String?
228
|
# File 'lib/whop_sdk/models/event_list_response.rb', line 228
optional :state, String, nil?: true
|
Instance Method Details
#to_hash ⇒ {
218
|
# File 'sig/whop_sdk/models/event_list_response.rbs', line 218
def to_hash: -> {
|