Class: Onlyfans::Models::TrackingLinkListSubscribersResponse::Data::List
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Onlyfans::Models::TrackingLinkListSubscribersResponse::Data::List
- Defined in:
- lib/onlyfans/models/tracking_link_list_subscribers_response.rb
Defined Under Namespace
Classes: AvatarThumbs
Instance Attribute Summary collapse
- #avatar ⇒ String?
- #avatar_thumbs ⇒ Onlyfans::Models::TrackingLinkListSubscribersResponse::Data::List::AvatarThumbs?
- #can_add_subscriber ⇒ Boolean?
- #can_comment_story ⇒ Boolean?
- #can_earn ⇒ Boolean?
- #can_look_story ⇒ Boolean?
- #can_pay_internal ⇒ Boolean?
- #can_report ⇒ Boolean?
- #can_restrict ⇒ Boolean?
- #current_subscribe_price ⇒ String?
- #display_name ⇒ String?
- #has_not_viewed_story ⇒ Boolean?
- #has_scheduled_stream ⇒ Boolean?
- #has_stories ⇒ Boolean?
- #has_stream ⇒ Boolean?
- #header ⇒ String?
- #header_size ⇒ String?
- #header_thumbs ⇒ String?
- #id ⇒ Integer?
- #is_restricted ⇒ Boolean?
- #is_verified ⇒ Boolean?
- #last_seen ⇒ String?
- #name ⇒ String?
- #notice ⇒ String?
- #subscribe_price ⇒ Integer?
- #subscribed_by ⇒ Boolean?
- #subscribed_by_autoprolong ⇒ String?
- #subscribed_by_expire ⇒ String?
- #subscribed_by_expire_date ⇒ String?
- #subscribed_is_expired_now ⇒ String?
- #subscribed_on ⇒ Boolean?
- #subscribed_on_duration ⇒ String?
- #subscribed_on_expired_now ⇒ Boolean?
- #tips_enabled ⇒ Boolean?
- #tips_max ⇒ Integer?
- #tips_min ⇒ Integer?
- #tips_min_internal ⇒ Integer?
- #tips_text_enabled ⇒ Boolean?
- #username ⇒ String?
- #view ⇒ String?
Instance Method Summary collapse
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(id: nil, avatar: nil, avatar_thumbs: nil, can_add_subscriber: nil, can_comment_story: nil, can_earn: nil, can_look_story: nil, can_pay_internal: nil, can_report: nil, can_restrict: nil, current_subscribe_price: nil, display_name: nil, has_not_viewed_story: nil, has_scheduled_stream: nil, has_stories: nil, has_stream: nil, header: nil, header_size: nil, header_thumbs: nil, is_restricted: nil, is_verified: nil, last_seen: nil, name: nil, notice: nil, subscribed_by: nil, subscribed_by_autoprolong: nil, subscribed_by_expire: nil, subscribed_by_expire_date: nil, subscribed_is_expired_now: nil, subscribed_on: nil, subscribed_on_duration: nil, subscribed_on_expired_now: nil, subscribe_price: nil, tips_enabled: nil, tips_max: nil, tips_min: nil, tips_min_internal: nil, tips_text_enabled: nil, username: nil, view: nil) ⇒ Object
136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 136 class List < Onlyfans::Internal::Type::BaseModel # @!attribute id # # @return [Integer, nil] optional :id, Integer # @!attribute avatar # # @return [String, nil] optional :avatar, String # @!attribute avatar_thumbs # # @return [Onlyfans::Models::TrackingLinkListSubscribersResponse::Data::List::AvatarThumbs, nil] optional :avatar_thumbs, -> { Onlyfans::Models::TrackingLinkListSubscribersResponse::Data::List::AvatarThumbs }, api_name: :avatarThumbs # @!attribute can_add_subscriber # # @return [Boolean, nil] optional :can_add_subscriber, Onlyfans::Internal::Type::Boolean, api_name: :canAddSubscriber # @!attribute can_comment_story # # @return [Boolean, nil] optional :can_comment_story, Onlyfans::Internal::Type::Boolean, api_name: :canCommentStory # @!attribute can_earn # # @return [Boolean, nil] optional :can_earn, Onlyfans::Internal::Type::Boolean, api_name: :canEarn # @!attribute can_look_story # # @return [Boolean, nil] optional :can_look_story, Onlyfans::Internal::Type::Boolean, api_name: :canLookStory # @!attribute can_pay_internal # # @return [Boolean, nil] optional :can_pay_internal, Onlyfans::Internal::Type::Boolean, api_name: :canPayInternal # @!attribute can_report # # @return [Boolean, nil] optional :can_report, Onlyfans::Internal::Type::Boolean, api_name: :canReport # @!attribute can_restrict # # @return [Boolean, nil] optional :can_restrict, Onlyfans::Internal::Type::Boolean, api_name: :canRestrict # @!attribute current_subscribe_price # # @return [String, nil] optional :current_subscribe_price, String, api_name: :currentSubscribePrice, nil?: true # @!attribute display_name # # @return [String, nil] optional :display_name, String, api_name: :displayName # @!attribute has_not_viewed_story # # @return [Boolean, nil] optional :has_not_viewed_story, Onlyfans::Internal::Type::Boolean, api_name: :hasNotViewedStory # @!attribute has_scheduled_stream # # @return [Boolean, nil] optional :has_scheduled_stream, Onlyfans::Internal::Type::Boolean, api_name: :hasScheduledStream # @!attribute has_stories # # @return [Boolean, nil] optional :has_stories, Onlyfans::Internal::Type::Boolean, api_name: :hasStories # @!attribute has_stream # # @return [Boolean, nil] optional :has_stream, Onlyfans::Internal::Type::Boolean, api_name: :hasStream # @!attribute header # # @return [String, nil] optional :header, String, nil?: true # @!attribute header_size # # @return [String, nil] optional :header_size, String, api_name: :headerSize, nil?: true # @!attribute header_thumbs # # @return [String, nil] optional :header_thumbs, String, api_name: :headerThumbs, nil?: true # @!attribute is_restricted # # @return [Boolean, nil] optional :is_restricted, Onlyfans::Internal::Type::Boolean, api_name: :isRestricted # @!attribute is_verified # # @return [Boolean, nil] optional :is_verified, Onlyfans::Internal::Type::Boolean, api_name: :isVerified # @!attribute last_seen # # @return [String, nil] optional :last_seen, String, api_name: :lastSeen, nil?: true # @!attribute name # # @return [String, nil] optional :name, String # @!attribute notice # # @return [String, nil] optional :notice, String # @!attribute subscribed_by # # @return [Boolean, nil] optional :subscribed_by, Onlyfans::Internal::Type::Boolean, api_name: :subscribedBy # @!attribute subscribed_by_autoprolong # # @return [String, nil] optional :subscribed_by_autoprolong, String, api_name: :subscribedByAutoprolong, nil?: true # @!attribute subscribed_by_expire # # @return [String, nil] optional :subscribed_by_expire, String, api_name: :subscribedByExpire, nil?: true # @!attribute subscribed_by_expire_date # # @return [String, nil] optional :subscribed_by_expire_date, String, api_name: :subscribedByExpireDate, nil?: true # @!attribute subscribed_is_expired_now # # @return [String, nil] optional :subscribed_is_expired_now, String, api_name: :subscribedIsExpiredNow, nil?: true # @!attribute subscribed_on # # @return [Boolean, nil] optional :subscribed_on, Onlyfans::Internal::Type::Boolean, api_name: :subscribedOn # @!attribute subscribed_on_duration # # @return [String, nil] optional :subscribed_on_duration, String, api_name: :subscribedOnDuration # @!attribute subscribed_on_expired_now # # @return [Boolean, nil] optional :subscribed_on_expired_now, Onlyfans::Internal::Type::Boolean, api_name: :subscribedOnExpiredNow # @!attribute subscribe_price # # @return [Integer, nil] optional :subscribe_price, Integer, api_name: :subscribePrice # @!attribute tips_enabled # # @return [Boolean, nil] optional :tips_enabled, Onlyfans::Internal::Type::Boolean, api_name: :tipsEnabled # @!attribute tips_max # # @return [Integer, nil] optional :tips_max, Integer, api_name: :tipsMax # @!attribute tips_min # # @return [Integer, nil] optional :tips_min, Integer, api_name: :tipsMin # @!attribute tips_min_internal # # @return [Integer, nil] optional :tips_min_internal, Integer, api_name: :tipsMinInternal # @!attribute tips_text_enabled # # @return [Boolean, nil] optional :tips_text_enabled, Onlyfans::Internal::Type::Boolean, api_name: :tipsTextEnabled # @!attribute username # # @return [String, nil] optional :username, String # @!attribute view # # @return [String, nil] optional :view, String # @!method initialize(id: nil, avatar: nil, avatar_thumbs: nil, can_add_subscriber: nil, can_comment_story: nil, can_earn: nil, can_look_story: nil, can_pay_internal: nil, can_report: nil, can_restrict: nil, current_subscribe_price: nil, display_name: nil, has_not_viewed_story: nil, has_scheduled_stream: nil, has_stories: nil, has_stream: nil, header: nil, header_size: nil, header_thumbs: nil, is_restricted: nil, is_verified: nil, last_seen: nil, name: nil, notice: nil, subscribed_by: nil, subscribed_by_autoprolong: nil, subscribed_by_expire: nil, subscribed_by_expire_date: nil, subscribed_is_expired_now: nil, subscribed_on: nil, subscribed_on_duration: nil, subscribed_on_expired_now: nil, subscribe_price: nil, tips_enabled: nil, tips_max: nil, tips_min: nil, tips_min_internal: nil, tips_text_enabled: nil, username: nil, view: nil) # @param id [Integer] # @param avatar [String] # @param avatar_thumbs [Onlyfans::Models::TrackingLinkListSubscribersResponse::Data::List::AvatarThumbs] # @param can_add_subscriber [Boolean] # @param can_comment_story [Boolean] # @param can_earn [Boolean] # @param can_look_story [Boolean] # @param can_pay_internal [Boolean] # @param can_report [Boolean] # @param can_restrict [Boolean] # @param current_subscribe_price [String, nil] # @param display_name [String] # @param has_not_viewed_story [Boolean] # @param has_scheduled_stream [Boolean] # @param has_stories [Boolean] # @param has_stream [Boolean] # @param header [String, nil] # @param header_size [String, nil] # @param header_thumbs [String, nil] # @param is_restricted [Boolean] # @param is_verified [Boolean] # @param last_seen [String, nil] # @param name [String] # @param notice [String] # @param subscribed_by [Boolean] # @param subscribed_by_autoprolong [String, nil] # @param subscribed_by_expire [String, nil] # @param subscribed_by_expire_date [String, nil] # @param subscribed_is_expired_now [String, nil] # @param subscribed_on [Boolean] # @param subscribed_on_duration [String] # @param subscribed_on_expired_now [Boolean] # @param subscribe_price [Integer] # @param tips_enabled [Boolean] # @param tips_max [Integer] # @param tips_min [Integer] # @param tips_min_internal [Integer] # @param tips_text_enabled [Boolean] # @param username [String] # @param view [String] # @see Onlyfans::Models::TrackingLinkListSubscribersResponse::Data::List#avatar_thumbs class AvatarThumbs < Onlyfans::Internal::Type::BaseModel # @!attribute c144 # # @return [String, nil] optional :c144, String # @!attribute c50 # # @return [String, nil] optional :c50, String # @!method initialize(c144: nil, c50: nil) # @param c144 [String] # @param c50 [String] end end |
Instance Attribute Details
#avatar ⇒ String?
145 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 145 optional :avatar, String |
#avatar_thumbs ⇒ Onlyfans::Models::TrackingLinkListSubscribersResponse::Data::List::AvatarThumbs?
150 151 152 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 150 optional :avatar_thumbs, -> { Onlyfans::Models::TrackingLinkListSubscribersResponse::Data::List::AvatarThumbs }, api_name: :avatarThumbs |
#can_add_subscriber ⇒ Boolean?
157 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 157 optional :can_add_subscriber, Onlyfans::Internal::Type::Boolean, api_name: :canAddSubscriber |
#can_comment_story ⇒ Boolean?
162 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 162 optional :can_comment_story, Onlyfans::Internal::Type::Boolean, api_name: :canCommentStory |
#can_earn ⇒ Boolean?
167 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 167 optional :can_earn, Onlyfans::Internal::Type::Boolean, api_name: :canEarn |
#can_look_story ⇒ Boolean?
172 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 172 optional :can_look_story, Onlyfans::Internal::Type::Boolean, api_name: :canLookStory |
#can_pay_internal ⇒ Boolean?
177 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 177 optional :can_pay_internal, Onlyfans::Internal::Type::Boolean, api_name: :canPayInternal |
#can_report ⇒ Boolean?
182 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 182 optional :can_report, Onlyfans::Internal::Type::Boolean, api_name: :canReport |
#can_restrict ⇒ Boolean?
187 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 187 optional :can_restrict, Onlyfans::Internal::Type::Boolean, api_name: :canRestrict |
#current_subscribe_price ⇒ String?
192 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 192 optional :current_subscribe_price, String, api_name: :currentSubscribePrice, nil?: true |
#display_name ⇒ String?
197 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 197 optional :display_name, String, api_name: :displayName |
#has_not_viewed_story ⇒ Boolean?
202 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 202 optional :has_not_viewed_story, Onlyfans::Internal::Type::Boolean, api_name: :hasNotViewedStory |
#has_scheduled_stream ⇒ Boolean?
207 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 207 optional :has_scheduled_stream, Onlyfans::Internal::Type::Boolean, api_name: :hasScheduledStream |
#has_stories ⇒ Boolean?
212 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 212 optional :has_stories, Onlyfans::Internal::Type::Boolean, api_name: :hasStories |
#has_stream ⇒ Boolean?
217 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 217 optional :has_stream, Onlyfans::Internal::Type::Boolean, api_name: :hasStream |
#header ⇒ String?
222 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 222 optional :header, String, nil?: true |
#header_size ⇒ String?
227 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 227 optional :header_size, String, api_name: :headerSize, nil?: true |
#header_thumbs ⇒ String?
232 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 232 optional :header_thumbs, String, api_name: :headerThumbs, nil?: true |
#id ⇒ Integer?
140 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 140 optional :id, Integer |
#is_restricted ⇒ Boolean?
237 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 237 optional :is_restricted, Onlyfans::Internal::Type::Boolean, api_name: :isRestricted |
#is_verified ⇒ Boolean?
242 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 242 optional :is_verified, Onlyfans::Internal::Type::Boolean, api_name: :isVerified |
#last_seen ⇒ String?
247 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 247 optional :last_seen, String, api_name: :lastSeen, nil?: true |
#name ⇒ String?
252 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 252 optional :name, String |
#notice ⇒ String?
257 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 257 optional :notice, String |
#subscribe_price ⇒ Integer?
304 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 304 optional :subscribe_price, Integer, api_name: :subscribePrice |
#subscribed_by ⇒ Boolean?
262 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 262 optional :subscribed_by, Onlyfans::Internal::Type::Boolean, api_name: :subscribedBy |
#subscribed_by_autoprolong ⇒ String?
267 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 267 optional :subscribed_by_autoprolong, String, api_name: :subscribedByAutoprolong, nil?: true |
#subscribed_by_expire ⇒ String?
272 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 272 optional :subscribed_by_expire, String, api_name: :subscribedByExpire, nil?: true |
#subscribed_by_expire_date ⇒ String?
277 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 277 optional :subscribed_by_expire_date, String, api_name: :subscribedByExpireDate, nil?: true |
#subscribed_is_expired_now ⇒ String?
282 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 282 optional :subscribed_is_expired_now, String, api_name: :subscribedIsExpiredNow, nil?: true |
#subscribed_on ⇒ Boolean?
287 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 287 optional :subscribed_on, Onlyfans::Internal::Type::Boolean, api_name: :subscribedOn |
#subscribed_on_duration ⇒ String?
292 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 292 optional :subscribed_on_duration, String, api_name: :subscribedOnDuration |
#subscribed_on_expired_now ⇒ Boolean?
297 298 299 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 297 optional :subscribed_on_expired_now, Onlyfans::Internal::Type::Boolean, api_name: :subscribedOnExpiredNow |
#tips_enabled ⇒ Boolean?
309 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 309 optional :tips_enabled, Onlyfans::Internal::Type::Boolean, api_name: :tipsEnabled |
#tips_max ⇒ Integer?
314 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 314 optional :tips_max, Integer, api_name: :tipsMax |
#tips_min ⇒ Integer?
319 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 319 optional :tips_min, Integer, api_name: :tipsMin |
#tips_min_internal ⇒ Integer?
324 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 324 optional :tips_min_internal, Integer, api_name: :tipsMinInternal |
#tips_text_enabled ⇒ Boolean?
329 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 329 optional :tips_text_enabled, Onlyfans::Internal::Type::Boolean, api_name: :tipsTextEnabled |
#username ⇒ String?
334 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 334 optional :username, String |
#view ⇒ String?
339 |
# File 'lib/onlyfans/models/tracking_link_list_subscribers_response.rb', line 339 optional :view, String |