Class: FinderTags::Tag
- Inherits:
-
Struct
- Object
- Struct
- FinderTags::Tag
- Defined in:
- lib/finder_tags.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color
10 11 12 |
# File 'lib/finder_tags.rb', line 10 def color @color end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/finder_tags.rb', line 10 def name @name end |