Class: Seriline::Configuration
- Inherits:
-
Object
- Object
- Seriline::Configuration
- Defined in:
- lib/seriline.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
21 22 23 |
# File 'lib/seriline.rb', line 21 def api_key @api_key end |
#username ⇒ Object
Returns the value of attribute username.
21 22 23 |
# File 'lib/seriline.rb', line 21 def username @username end |