Class: HostProvider

Inherits:
Object
  • Object
show all
Defined in:
lib/resources/host.rb

Direct Known Subclasses

LinuxHostProvider, WindowsHostProvider

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(inspec) ⇒ HostProvider

Returns a new instance of HostProvider.



80
81
82
# File 'lib/resources/host.rb', line 80

def initialize(inspec)
  @inspec = inspec
end

Instance Attribute Details

#inspecObject (readonly)

Returns the value of attribute inspec.



79
80
81
# File 'lib/resources/host.rb', line 79

def inspec
  @inspec
end