Sha256: d0be4d213eb23f4ed7a217396717c6a5bcded01d52a3d5a382b9e102eb390045

Contents?: true

Size: 222 Bytes

Versions: 261

Compression:

Stored size: 222 Bytes

Contents

module Specinfra
  class HostInventory
    class Base
      def initialize(host_inventory)
        @host_inventory = host_inventory
      end

      def backend
        @host_inventory.backend
      end
    end
  end
end

Version data entries

261 entries across 261 versions & 3 rubygems

Version Path
specinfra-2.24.0 lib/specinfra/host_inventory/base.rb