Class: PostmonRuby::Client
- Inherits:
-
Object
- Object
- PostmonRuby::Client
- Defined in:
- lib/postmon_ruby/client.rb
Class Method Summary collapse
Class Method Details
.search(finder, *arguments) ⇒ Object
3 4 5 6 7 |
# File 'lib/postmon_ruby/client.rb', line 3 def self.search(finder, *arguments) arguments.flatten! PostmonRuby::Finders::Finder.new.search(finder, arguments) # PostmonRuby::Finders::Finders.get_finder(finder).search(arguments) end |