Class: Omise::Search

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

Class 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

Class Method Details

.execute(attributes = {}) ⇒ Object



5
6
7
# File 'lib/omise/search.rb', line 5

def self.execute(attributes = {})
  new resource("/search", attributes).get(attributes)
end