Class: Onlyfans::Models::SavedForLater::PostListResponse::Data
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/onlyfans/models/saved_for_later/post_list_response.rb,
sig/onlyfans/models/saved_for_later/post_list_response.rbs
Overview
Defined Under Namespace
Classes: List
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
174
|
# File 'sig/onlyfans/models/saved_for_later/post_list_response.rbs', line 174
def initialize: (
|
Instance Attribute Details
#has_more ⇒ Boolean?
119
|
# File 'lib/onlyfans/models/saved_for_later/post_list_response.rb', line 119
optional :has_more, Onlyfans::Internal::Type::Boolean, api_name: :hasMore
|
124
125
|
# File 'lib/onlyfans/models/saved_for_later/post_list_response.rb', line 124
optional :list,
-> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::SavedForLater::PostListResponse::Data::List] }
|
#sync_in_process ⇒ Boolean?
130
|
# File 'lib/onlyfans/models/saved_for_later/post_list_response.rb', line 130
optional :sync_in_process, Onlyfans::Internal::Type::Boolean, api_name: :syncInProcess
|
Instance Method Details
#to_hash ⇒ {
180
|
# File 'sig/onlyfans/models/saved_for_later/post_list_response.rbs', line 180
def to_hash: -> {
|