Class: Signable::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/signable/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



3
4
5
# File 'lib/signable/configuration.rb', line 3

def api_key
  @api_key
end

#base_urlObject

Returns the value of attribute base_url.



3
4
5
# File 'lib/signable/configuration.rb', line 3

def base_url
  @base_url
end