class Harvest::API::Company

Public Instance Methods

info() click to toggle source
# File lib/harvest/api/company.rb, line 6
def info
  response = request(:get, credentials, api_model.api_path)
  api_model.parse(response.parsed_response)
end