Class: Tagged::Tag

Inherits:
Object
  • Object
show all
Defined in:
lib/tagged/tag.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind.



3
4
5
# File 'lib/tagged/tag.rb', line 3

def kind
  @kind
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/tagged/tag.rb', line 3

def name
  @name
end