Class: Inspec::Resources::HostProvider

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(inspec) ⇒ HostProvider

Returns a new instance of HostProvider.



95
96
97
# File 'lib/resources/host.rb', line 95

def initialize(inspec)
  @inspec = inspec
end

Instance Attribute Details

#inspecObject (readonly)

Returns the value of attribute inspec.



94
95
96
# File 'lib/resources/host.rb', line 94

def inspec
  @inspec
end