Class: FaaStRuby::Configuration
- Inherits:
-
Object
- Object
- FaaStRuby::Configuration
- Defined in:
- lib/faastruby/base.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.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
36 37 38 |
# File 'lib/faastruby/base.rb', line 36 def api_key @api_key end |
#api_secret ⇒ Object
Returns the value of attribute api_secret.
36 37 38 |
# File 'lib/faastruby/base.rb', line 36 def api_secret @api_secret end |