Sha256: ce947619e3a48034890fdad5bacbcb17801af02d50fe891673e9454531a61827

Contents?: true

Size: 217 Bytes

Versions: 10

Compression:

Stored size: 217 Bytes

Contents

module Katello
  class ProductHostCountPresenter < SimpleDelegator
    attr_reader :product_host_count

    def initialize(pool)
      @product_host_count = pool.product_host_count
      super(pool)
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
katello-4.14.2 app/presenters/katello/product_host_count_presenter.rb
katello-4.15.0 app/presenters/katello/product_host_count_presenter.rb
katello-4.15.0.rc2 app/presenters/katello/product_host_count_presenter.rb
katello-4.15.0.rc1 app/presenters/katello/product_host_count_presenter.rb
katello-4.14.1 app/presenters/katello/product_host_count_presenter.rb
katello-4.14.0 app/presenters/katello/product_host_count_presenter.rb
katello-4.14.0.rc3 app/presenters/katello/product_host_count_presenter.rb
katello-4.14.0.rc2 app/presenters/katello/product_host_count_presenter.rb
katello-4.14.0.rc1.1 app/presenters/katello/product_host_count_presenter.rb
katello-4.14.0.rc1 app/presenters/katello/product_host_count_presenter.rb