Class: CbNitride::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/cb_nitride/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#account_numberObject

Returns the value of attribute account_number.



13
14
15
# File 'lib/cb_nitride/configuration.rb', line 13

def 
  @account_number
end

#passwordObject

Returns the value of attribute password.



13
14
15
# File 'lib/cb_nitride/configuration.rb', line 13

def password
  @password
end

#usernameObject

Returns the value of attribute username.



13
14
15
# File 'lib/cb_nitride/configuration.rb', line 13

def username
  @username
end