Method: PayTrace::Configuration#url
- Defined in:
- lib/paytrace/configuration.rb
#url ⇒ Object
Returns the API URL, based off the domain and path configured.
46 47 48 |
# File 'lib/paytrace/configuration.rb', line 46 def url "https://#{@domain}/#{@path}" end |