Class: DependencyChart::IssueRules
- Defined in:
- lib/jirametrics/dependency_chart.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#label ⇒ Object
Returns the value of attribute label.
Method Summary
Methods inherited from Rules
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color.
31 32 33 |
# File 'lib/jirametrics/dependency_chart.rb', line 31 def color @color end |
#label ⇒ Object
Returns the value of attribute label.
31 32 33 |
# File 'lib/jirametrics/dependency_chart.rb', line 31 def label @label end |