Method: Inspec::Attribute#value

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

#valueObject

implicit call is done by inspec to determine the value of an attribute



25
26
27
# File 'lib/inspec/objects/attribute.rb', line 25

def value
  @value.nil? ? default : @value
end