Current File : //opt/puppetlabs/puppet/lib/ruby/vendor_ruby/facter/models/searched_fact.rb
# frozen_string_literal: true

module Facter
  class SearchedFact
    attr_reader :name, :fact_class, :user_query, :type
    attr_accessor :file

    def initialize(fact_name, fact_class, user_query, type)
      @name = fact_name
      @fact_class = fact_class
      @user_query = user_query
      @type = type
    end
  end
end
Site is undergoing maintenance

PACJA Events

Maintenance mode is on

Site will be available soon. Thank you for your patience!