Class: Revolut::Payment

Inherits:
Resource show all
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_nameObject



13
14
15
# File 'lib/revolut/resources/payment.rb', line 13

def resource_name
  "pay"
end

.transactionsObject



17
18
19
# File 'lib/revolut/resources/payment.rb', line 17

def transactions
  Revolut::Transaction
end