Class: PostForMe::Models::SocialAccountCreateAuthURLParams::PlatformData::Bluesky
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- PostForMe::Models::SocialAccountCreateAuthURLParams::PlatformData::Bluesky
- Defined in:
- lib/post_for_me/models/social_account_create_auth_url_params.rb,
sig/post_for_me/models/social_account_create_auth_url_params.rbs
Overview
Instance Attribute Summary collapse
-
#app_password ⇒ String
The app password of the account.
-
#handle ⇒ String
The handle of the account.
Instance Method Summary collapse
-
#initialize ⇒ Bluesky
constructor
A new instance of Bluesky.
- #to_hash ⇒ { app_password: String, handle: 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 ⇒ Bluesky
Returns a new instance of Bluesky.
176 |
# File 'sig/post_for_me/models/social_account_create_auth_url_params.rbs', line 176
def initialize: (app_password: String, handle: String) -> void
|
Instance Attribute Details
#app_password ⇒ String
The app password of the account
162 |
# File 'lib/post_for_me/models/social_account_create_auth_url_params.rb', line 162 required :app_password, String |
#handle ⇒ String
The handle of the account
168 |
# File 'lib/post_for_me/models/social_account_create_auth_url_params.rb', line 168 required :handle, String |
Instance Method Details
#to_hash ⇒ { app_password: String, handle: String }
178 |
# File 'sig/post_for_me/models/social_account_create_auth_url_params.rbs', line 178
def to_hash: -> { app_password: String, handle: String }
|