45 46 47 48 49 50
# File 'lib/inspec/objects/attribute.rb', line 45 def to_hash { name: @name, options: @opts, } end