Method: Inspec::Tag#to_hash

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

#to_hashObject



12
13
14
15
16
17
# File 'lib/inspec/objects/tag.rb', line 12

def to_hash
  {
    name: key,
    value: value,
  }
end