Method: Mdm::Tag#to_s

Defined in:
app/models/mdm/tag.rb

#to_sString

The name of the tag. The name is what a user actually enters to tag a host.

Returns:

  • (String)

111
112
113
# File 'app/models/mdm/tag.rb', line 111

def to_s
  name
end