class Specinfra::HostInventory::Base
Public Class Methods
new(host_inventory)
click to toggle source
# File lib/specinfra/host_inventory/base.rb, line 4 def initialize(host_inventory) @host_inventory = host_inventory end
Public Instance Methods
backend()
click to toggle source
# File lib/specinfra/host_inventory/base.rb, line 8 def backend @host_inventory.backend end