Repository URL to install this package:
Version:
0.8.93 ▾
|
module Lobbyist
module V2
class HandwrittenReviewMetrics < Lobbyist::V2::Base
attr_accessor :available, :used, :next_grant_date, :monthly_data
def self.list(company_id)
create_from_response(get("/v2/companies/#{company_id}/handwritten_review_metrics.json"))
end
end
end
end