class Gyft::Transaction

Public Instance Methods

refund() click to toggle source
# File lib/gyft/transaction.rb, line 6
def refund
  client.reseller.transactions.refund(id)
end
reload() click to toggle source
# File lib/gyft/transaction.rb, line 2
def reload
  client.reseller.transactions.find(id)
end