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

    class CustomerVehicleMileage < Lobbyist::V2::Base
      attr_accessor :id, :contact_id, :customer_transaction_id, :customer_vehicle_id, :mileage_in, :mileage_out, :created_at, :updated_at

    end

  end
end