Class: BS2::Configuration
- Inherits:
-
Object
- Object
- BS2::Configuration
- Defined in:
- lib/bs2.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#api_secret ⇒ Object
Returns the value of attribute api_secret.
-
#env ⇒ Object
Returns the value of attribute env.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
129 130 131 |
# File 'lib/bs2.rb', line 129 def api_key @api_key end |
#api_secret ⇒ Object
Returns the value of attribute api_secret.
129 130 131 |
# File 'lib/bs2.rb', line 129 def api_secret @api_secret end |
#env ⇒ Object
Returns the value of attribute env.
129 130 131 |
# File 'lib/bs2.rb', line 129 def env @env end |
#logger ⇒ Object
Returns the value of attribute logger.
129 130 131 |
# File 'lib/bs2.rb', line 129 def logger @logger end |
#password ⇒ Object
Returns the value of attribute password.
129 130 131 |
# File 'lib/bs2.rb', line 129 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
129 130 131 |
# File 'lib/bs2.rb', line 129 def username @username end |