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 / customer_service_contract.rb
Size: Mime:
module Lobbyist
  module V2

    class CustomerServiceContract < Lobbyist::V2::Base
      attr_accessor :id, :contact_id, :external_id, :external_contact_id, :start_date, :end_date, :renew_date, :notes, :visits_per_year, :updated_at
    end

  end
end