Class: CbNitride::Configuration
- Inherits:
-
Object
- Object
- CbNitride::Configuration
- Defined in:
- lib/cb_nitride/configuration.rb
Instance Attribute Summary collapse
-
#account_number ⇒ Object
Returns the value of attribute account_number.
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#account_number ⇒ Object
Returns the value of attribute account_number.
13 14 15 |
# File 'lib/cb_nitride/configuration.rb', line 13 def account_number @account_number end |
#password ⇒ Object
Returns the value of attribute password.
13 14 15 |
# File 'lib/cb_nitride/configuration.rb', line 13 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
13 14 15 |
# File 'lib/cb_nitride/configuration.rb', line 13 def username @username end |