Method: Inspec::Attribute#initialize

Defined in:
lib/inspec/objects/attribute.rb

#initialize(name, options) ⇒ Attribute

Returns a new instance of Attribute.



6
7
8
9
10
# File 'lib/inspec/objects/attribute.rb', line 6

def initialize(name, options)
  @name = name
  @opts = options
  @value = nil
end