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 / enterprise_setting.rb
Size: Mime:
module Lobbyist
  class EnterpriseSetting < Lobbyist::Base
    attr_accessor :id, :enterprise_id, :location_license_fee, :location_activation_fee
    attr_accessor :location_termination_fee, :creation_fee, :reactivation_fee, :termination_fee
    attr_accessor :mist_fee, :billing_email, :wants_member_calls, :billing_type, :full_access_allowed
    attr_accessor :created_at, :updated_at
  end
end