Method: Inspec::Attribute#to_s

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

#to_sObject



91
92
93
# File 'lib/inspec/objects/attribute.rb', line 91

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