Class: WipByColumnChart::ColumnStats

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_wip_limitObject

Returns the value of attribute max_wip_limit

Returns:

  • (Object)

    the current value of 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_limitObject

Returns the value of attribute min_wip_limit

Returns:

  • (Object)

    the current value of min_wip_limit



8
9
10
# File 'lib/jirametrics/wip_by_column_chart.rb', line 8

def min_wip_limit
  @min_wip_limit
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/jirametrics/wip_by_column_chart.rb', line 8

def name
  @name
end

#wip_historyObject

Returns the value of attribute wip_history

Returns:

  • (Object)

    the current value of wip_history



8
9
10
# File 'lib/jirametrics/wip_by_column_chart.rb', line 8

def wip_history
  @wip_history
end