Class: Vesync::Config

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/vesync/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password.



7
8
9
# File 'lib/vesync/config.rb', line 7

def password
  @password
end

#usernameObject

Returns the value of attribute username.



7
8
9
# File 'lib/vesync/config.rb', line 7

def username
  @username
end