Class: Onlyfans::Models::ChatListResponse::Meta::Credits
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
110
|
# File 'sig/onlyfans/models/chat_list_response.rbs', line 110
def initialize: (
|
Instance Attribute Details
#balance ⇒ Integer?
71
|
# File 'lib/onlyfans/models/chat_list_response.rb', line 71
optional :balance, Integer
|
#note ⇒ String?
76
|
# File 'lib/onlyfans/models/chat_list_response.rb', line 76
optional :note, String
|
#used ⇒ Integer?
81
|
# File 'lib/onlyfans/models/chat_list_response.rb', line 81
optional :used, Integer
|
Instance Method Details
#to_hash ⇒ { balance: Integer, note: String, used: Integer }
116
|
# File 'sig/onlyfans/models/chat_list_response.rbs', line 116
def to_hash: -> { balance: Integer, note: String, used: Integer }
|