class Harvest::Finders::Projects
Public Instance Methods
find(factory, client, id)
click to toggle source
# File lib/harvest/finders.rb, line 6 def find(factory, client, id) [factory.project(client.api_call(client.api_caller("projects/#{id}")))] end