Class: FinderTags::Tag

Inherits:
Struct
  • Object
show all
Defined in:
lib/finder_tags.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



10
11
12
# File 'lib/finder_tags.rb', line 10

def color
  @color
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/finder_tags.rb', line 10

def name
  @name
end