Module: Attask::Config

Extended by:
Config
Included in:
Config
Defined in:
lib/attask/config.rb

Overview

lib/attask/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password.



10
11
12
# File 'lib/attask/config.rb', line 10

def password
  @password
end

#usernameObject

Returns the value of attribute username.



9
10
11
# File 'lib/attask/config.rb', line 9

def username
  @username
end