class Omise::ChargeList
Public Instance Methods
retrieve(id, attributes = {})
click to toggle source
# File lib/omise/charge_list.rb, line 6 def retrieve(id, attributes = {}) Charge.retrieve(id, attributes) end