Class: Taskit::Label
- Inherits:
-
Struct
- Object
- Struct
- Taskit::Label
- Defined in:
- lib/taskit/issue.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
4 5 6 |
# File 'lib/taskit/issue.rb', line 4 def color @color end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/taskit/issue.rb', line 4 def name @name end |