Class: VaucharAPI::Configuration

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

Class Attribute Summary collapse

Class Attribute Details

.api_keyObject

Returns the value of attribute api_key.



4
5
6
# File 'lib/vauchar_api/configuration.rb', line 4

def api_key
  @api_key
end

.merchant_idObject

Returns the value of attribute merchant_id.



4
5
6
# File 'lib/vauchar_api/configuration.rb', line 4

def merchant_id
  @merchant_id
end