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.
44 45 46 |
# File 'lib/faastruby/base.rb', line 44 def api_key @api_key end |
#api_secret ⇒ Object
Returns the value of attribute api_secret.
44 45 46 |
# File 'lib/faastruby/base.rb', line 44 def api_secret @api_secret end |