Class: Omise::ChargeList

Inherits:
List show all
Defined in:
lib/omise/charge_list.rb

Instance Method Summary collapse

Methods inherited from List

#each, #first_page?, #initialize, #jump_to_page, #last, #last_page?, #next_page, #page, #parent, #previous_page, #reload, #to_a, #total_pages

Methods inherited from OmiseObject

location, resource

Methods included from Attributes

#[], #as_json, #assign_attributes, #attributes, #destroyed?, #initialize, #key?, #location, #method_missing, #predicate?, #respond_to_missing?

Constructor Details

This class inherits a constructor from Omise::List

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Omise::Attributes

Instance Method Details

#retrieve(id, attributes = {}) ⇒ Object



6
7
8
# File 'lib/omise/charge_list.rb', line 6

def retrieve(id, attributes = {})
  Charge.retrieve(id, attributes)
end