Method: Inspec::Attribute#to_s

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

#to_sObject



85
86
87
# File 'lib/inspec/objects/attribute.rb', line 85

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