Module: Aurfy

Defined in:
lib/aurfy/client.rb,
lib/aurfy/parser.rb,
lib/aurfy/version.rb,
lib/aurfy/response.rb,
lib/aurfy/configure.rb

Defined Under Namespace

Classes: Client, Configure, Parser, Response

Constant Summary collapse

API_URL =
"https://pgw.aurfy.com/v2/api/purchase/express"
TEST_API_URL =
"http://test-pgw.comconnpay.com/v2/api/purchase/express"
MAJOR =
0
MINOR =
1
PATCH =
0
VERSION =
[MAJOR, MINOR, PATCH].join('.').freeze

Instance Attribute Summary collapse

Instance Attribute Details

#api_urlObject (readonly)

Returns the value of attribute api_url.



5
6
7
# File 'lib/aurfy/client.rb', line 5

def api_url
  @api_url
end