Class: Onlyfans::Models::UserLists::UserListPinnedResponse::Data::List::HeaderThumbs
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Onlyfans::Models::UserLists::UserListPinnedResponse::Data::List::HeaderThumbs
- Defined in:
- lib/onlyfans/models/user_lists/user_list_pinned_response.rb,
sig/onlyfans/models/user_lists/user_list_pinned_response.rbs
Overview
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ HeaderThumbs
constructor
A new instance of HeaderThumbs.
- #to_hash ⇒ { :w480 => String, :w760 => String }
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ HeaderThumbs
Returns a new instance of HeaderThumbs.
618 |
# File 'sig/onlyfans/models/user_lists/user_list_pinned_response.rbs', line 618
def initialize: (?w480: String, ?w760: String) -> void
|
Instance Attribute Details
#w480 ⇒ String?
515 |
# File 'lib/onlyfans/models/user_lists/user_list_pinned_response.rb', line 515 optional :w480, String |
#w760 ⇒ String?
520 |
# File 'lib/onlyfans/models/user_lists/user_list_pinned_response.rb', line 520 optional :w760, String |
Instance Method Details
#to_hash ⇒ { :w480 => String, :w760 => String }
620 |
# File 'sig/onlyfans/models/user_lists/user_list_pinned_response.rbs', line 620
def to_hash: -> { :w480 => String, :w760 => String }
|