Class: Toot::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/toot/auth.rb

Instance Attribute Summary collapse

Instance Attribute Details

#auth_credentials_store_keyObject

Returns the value of attribute auth_credentials_store_key.



16
17
18
# File 'lib/toot/auth.rb', line 16

def auth_credentials_store_key
  @auth_credentials_store_key
end

#auth_passwordObject

Returns the value of attribute auth_password.



16
17
18
# File 'lib/toot/auth.rb', line 16

def auth_password
  @auth_password
end

#auth_usernameObject

Returns the value of attribute auth_username.



16
17
18
# File 'lib/toot/auth.rb', line 16

def auth_username
  @auth_username
end