Method: Inspec::Attribute#initialize

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

#initialize(name, options = {}) ⇒ Attribute

Returns a new instance of Attribute.



28
29
30
31
32
# File 'lib/inspec/objects/attribute.rb', line 28

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