Class: Revolut::Payment
- Extended by:
- Forwardable
- Defined in:
- lib/revolut/resources/payment.rb
Class Method Summary collapse
Methods inherited from Resource
coerce_with, create, delete, http_client, #initialize, list, retrieve, skip_coertion_for, #to_json, to_proc, update
Constructor Details
This class inherits a constructor from Revolut::Resource
Class Method Details
.resource_name ⇒ Object
13 14 15 |
# File 'lib/revolut/resources/payment.rb', line 13 def resource_name "pay" end |
.transactions ⇒ Object
17 18 19 |
# File 'lib/revolut/resources/payment.rb', line 17 def transactions Revolut::Transaction end |