Class: PostmonRuby::Client

Inherits:
Object
  • Object
show all
Defined in:
lib/postmon_ruby/client.rb

Class Method Summary collapse

Class Method Details

.search(finder, *arguments) ⇒ Object



4
5
6
7
# File 'lib/postmon_ruby/client.rb', line 4

def self.search(finder, *arguments)
  arguments.flatten!
  PostmonRuby::Finders::Finder.new.search(finder, arguments)
end