Class: Omise::Search
- Inherits:
-
List
- Object
- OmiseObject
- List
- Omise::Search
- 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
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 |