Class: Pike13::API::V2::Front::Payment
- Defined in:
- lib/pike13/api/v2/front/payment.rb
Class Method Summary collapse
-
.configuration ⇒ Object
GET /front/payments/configuration.
-
.find(id) ⇒ Object
GET /front/payments/:id.
Methods inherited from Base
Class Method Details
.configuration ⇒ Object
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 |