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 / v2 / member_insights.rb
Size: Mime:
module Lobbyist
  module V2
    class MemberInsights < Lobbyist::V2::HashieBase
      def self.find(company_id, params = {})
        response = get("/v2/member-insights/#{company_id}.json", params)
        create_response(response)
      end
    end
  end
end