Method: Mdm::Tag#to_s
- Defined in:
- app/models/mdm/tag.rb
permalink #to_s ⇒ String
The name of the tag. The name is what a user actually enters to tag a host.
111 112 113 |
# File 'app/models/mdm/tag.rb', line 111 def to_s name end |