Method: Inspec::Attribute#to_s

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

#to_sObject



71
72
73
# File 'lib/inspec/objects/attribute.rb', line 71

def to_s
  "Attribute #{@name} with #{@value}"
end