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



35
36
37
# File 'lib/inspec/objects/attribute.rb', line 35

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