Class: WipByColumnChart::ColumnStats
- Inherits:
-
Struct
- Object
- Struct
- WipByColumnChart::ColumnStats
- Defined in:
- lib/jirametrics/wip_by_column_chart.rb
Instance Attribute Summary collapse
-
#max_wip_limit ⇒ Object
Returns the value of attribute max_wip_limit.
-
#min_wip_limit ⇒ Object
Returns the value of attribute min_wip_limit.
-
#name ⇒ Object
Returns the value of attribute name.
-
#wip_history ⇒ Object
Returns the value of attribute wip_history.
Instance Attribute Details
#max_wip_limit ⇒ Object
Returns the value of attribute max_wip_limit
8 9 10 |
# File 'lib/jirametrics/wip_by_column_chart.rb', line 8 def max_wip_limit @max_wip_limit end |
#min_wip_limit ⇒ Object
Returns the value of attribute min_wip_limit
8 9 10 |
# File 'lib/jirametrics/wip_by_column_chart.rb', line 8 def min_wip_limit @min_wip_limit end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/jirametrics/wip_by_column_chart.rb', line 8 def name @name end |
#wip_history ⇒ Object
Returns the value of attribute wip_history
8 9 10 |
# File 'lib/jirametrics/wip_by_column_chart.rb', line 8 def wip_history @wip_history end |