Class: Onlyfans::Models::SmartLinkListResponse::Data::Account
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
279
|
# File 'sig/onlyfans/models/smart_link_list_response.rbs', line 279
def initialize: (
|
Instance Attribute Details
#display_name ⇒ String?
210
|
# File 'lib/onlyfans/models/smart_link_list_response.rb', line 210
optional :display_name, String
|
#id ⇒ String?
205
|
# File 'lib/onlyfans/models/smart_link_list_response.rb', line 205
optional :id, String
|
#username ⇒ String?
215
|
# File 'lib/onlyfans/models/smart_link_list_response.rb', line 215
optional :username, String
|
Instance Method Details
#to_hash ⇒ { id: String, display_name: String, username: String }
285
|
# File 'sig/onlyfans/models/smart_link_list_response.rbs', line 285
def to_hash: -> { id: String, display_name: String, username: String }
|