Class: Pike13::API::V2::Front::Payment

Inherits:
Base
  • Object
show all
Defined in:
lib/pike13/api/v2/front/payment.rb

Class Method Summary collapse

Methods inherited from Base

client, configure

Class Method Details

.configurationObject

GET /front/payments/configuration



15
16
17
# File 'lib/pike13/api/v2/front/payment.rb', line 15

def configuration
  client.get("front/payments/configuration")
end

.find(id) ⇒ Object

GET /front/payments/:id



10
11
12
# File 'lib/pike13/api/v2/front/payment.rb', line 10

def find(id)
  client.get("front/payments/#{id}")
end