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

    class AddOn < Lobbyist::V2::Base
      attr_accessor :id, :parentable_id, :parentable_type, :name, :short_name, :cost, :amount,
                    :status, :rollable, :start_date, :expiration_date
      
    end

  end
end