Class: FaaStRuby::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/faastruby/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



36
37
38
# File 'lib/faastruby/base.rb', line 36

def api_key
  @api_key
end

#api_secretObject

Returns the value of attribute api_secret.



36
37
38
# File 'lib/faastruby/base.rb', line 36

def api_secret
  @api_secret
end