Class: Hocho::InventoryProviders::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/hocho/inventory_providers/base.rb

Direct Known Subclasses

File

Instance Method Summary collapse

Instance Method Details

#hostsObject

Raises:

  • (NotImplementedError)


4
5
6
# File 'lib/hocho/inventory_providers/base.rb', line 4

def hosts
  raise NotImplementedError
end