Class: RemoteOk::Client

Inherits:
Object
  • Object
show all
Includes:
HTTParty
Defined in:
lib/remoteok/client.rb

Instance Method Summary collapse

Instance Method Details

#searchObject



10
11
12
13
14
# File 'lib/remoteok/client.rb', line 10

def search
	results = []
	self.class.get('').map { |data| results <<  Result.new(data: data) }
    results
end