Class: PostForMe::Models::SocialAccountCreateAuthURLParams::PlatformData::Bluesky

Inherits:
Internal::Type::BaseModel show all
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

See Also:

  • PostForMe::Models::SocialAccountCreateAuthURLParams::PlatformData#bluesky

Instance Attribute Summary collapse

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

#initializeBluesky

Returns a new instance of Bluesky.

Parameters:

  • app_password: (String)
  • handle: (String)


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_passwordString

The app password of the account

Parameters:

  • value (String)

Returns:

  • (String)


162
# File 'lib/post_for_me/models/social_account_create_auth_url_params.rb', line 162

required :app_password, String

#handleString

The handle of the account

Parameters:

  • value (String)

Returns:

  • (String)


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 }

Returns:

  • ({ 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 }