Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lobbyist-ruby / lib / lobbyist / handwritten_review_credit.rb
Size: Mime:
module Lobbyist
  class HandwrittenReviewCredit < Lobbyist::Base
    attr_accessor :id, :company_id, :event, :status, :created_at, :updated_at

    def self.summary(params = {})
      create_from_response(get("/v1/handwritten_review_credits/summary.json", params))
    end

  end
end