Class: XTwitterScraper::Models::X::FollowerCheckResponse
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(is_followed_by:, is_following:, source_username:, target_username:) ⇒ Object
|
# File 'lib/x_twitter_scraper/models/x/follower_check_response.rb', line 28
|
Instance Attribute Details
#is_followed_by ⇒ Boolean
11
|
# File 'lib/x_twitter_scraper/models/x/follower_check_response.rb', line 11
required :is_followed_by, XTwitterScraper::Internal::Type::Boolean, api_name: :isFollowedBy
|
#source_username ⇒ String
21
|
# File 'lib/x_twitter_scraper/models/x/follower_check_response.rb', line 21
required :source_username, String, api_name: :sourceUsername
|
#target_username ⇒ String
26
|
# File 'lib/x_twitter_scraper/models/x/follower_check_response.rb', line 26
required :target_username, String, api_name: :targetUsername
|