Class: Taskit::Label

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

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



4
5
6
# File 'lib/taskit/issue.rb', line 4

def color
  @color
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/taskit/issue.rb', line 4

def name
  @name
end