Class: XTwitterScraper::Models::UserProfile::AffiliatesHighlightedLabel
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
272
|
# File 'sig/x_twitter_scraper/models/user_profile.rbs', line 272
def initialize: (
|
Instance Attribute Details
#badge_url ⇒ String?
365
|
# File 'lib/x_twitter_scraper/models/user_profile.rb', line 365
optional :badge_url, String, api_name: :badgeUrl
|
#description ⇒ String?
370
|
# File 'lib/x_twitter_scraper/models/user_profile.rb', line 370
optional :description, String
|
#url ⇒ String?
375
|
# File 'lib/x_twitter_scraper/models/user_profile.rb', line 375
optional :url, String
|
#url_type ⇒ String?
380
|
# File 'lib/x_twitter_scraper/models/user_profile.rb', line 380
optional :url_type, String, api_name: :urlType
|
#user_label_display_type ⇒ String?
385
|
# File 'lib/x_twitter_scraper/models/user_profile.rb', line 385
optional :user_label_display_type, String, api_name: :userLabelDisplayType
|
#user_label_type ⇒ String?
390
|
# File 'lib/x_twitter_scraper/models/user_profile.rb', line 390
optional :user_label_type, String, api_name: :userLabelType
|
Instance Method Details
#to_hash ⇒ ::Hash[Symbol, top]
281
|
# File 'sig/x_twitter_scraper/models/user_profile.rbs', line 281
def to_hash: -> ::Hash[Symbol, top]
|