Class: Onlyfans::Models::Posts::CommentCreateResponse::Data
Overview
Defined Under Namespace
Classes: Author
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(id: nil, author: nil, can_like: nil, changed_at: nil, giphy_id: nil, is_liked: nil, is_liked_by_author: nil, is_pinned: nil, likes_count: nil, posted_at: nil, text: nil) ⇒ Object
constructor
==, #==, #[], 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(id: nil, author: nil, can_like: nil, changed_at: nil, giphy_id: nil, is_liked: nil, is_liked_by_author: nil, is_pinned: nil, likes_count: nil, posted_at: nil, text: nil) ⇒ Object
|
# File 'lib/onlyfans/models/posts/comment_create_response.rb', line 171
|
Instance Attribute Details
#can_like ⇒ Boolean?
129
|
# File 'lib/onlyfans/models/posts/comment_create_response.rb', line 129
optional :can_like, Onlyfans::Internal::Type::Boolean, api_name: :canLike
|
#changed_at ⇒ String?
134
|
# File 'lib/onlyfans/models/posts/comment_create_response.rb', line 134
optional :changed_at, String, api_name: :changedAt
|
#giphy_id ⇒ String?
139
|
# File 'lib/onlyfans/models/posts/comment_create_response.rb', line 139
optional :giphy_id, String, api_name: :giphyId, nil?: true
|
#id ⇒ Integer?
119
|
# File 'lib/onlyfans/models/posts/comment_create_response.rb', line 119
optional :id, Integer
|
#is_liked ⇒ Boolean?
144
|
# File 'lib/onlyfans/models/posts/comment_create_response.rb', line 144
optional :is_liked, Onlyfans::Internal::Type::Boolean, api_name: :isLiked
|
#is_liked_by_author ⇒ Boolean?
149
|
# File 'lib/onlyfans/models/posts/comment_create_response.rb', line 149
optional :is_liked_by_author, Onlyfans::Internal::Type::Boolean, api_name: :isLikedByAuthor
|
#is_pinned ⇒ Boolean?
154
|
# File 'lib/onlyfans/models/posts/comment_create_response.rb', line 154
optional :is_pinned, Onlyfans::Internal::Type::Boolean, api_name: :isPinned
|
#likes_count ⇒ Integer?
159
|
# File 'lib/onlyfans/models/posts/comment_create_response.rb', line 159
optional :likes_count, Integer, api_name: :likesCount
|
#posted_at ⇒ String?
164
|
# File 'lib/onlyfans/models/posts/comment_create_response.rb', line 164
optional :posted_at, String, api_name: :postedAt
|
#text ⇒ String?
169
|
# File 'lib/onlyfans/models/posts/comment_create_response.rb', line 169
optional :text, String
|