Module: AggregationOptions

Defined in:
lib/kalibro_gem/helpers/aggregation_options.rb

Overview

You should have received a copy of the GNU General Public License along with this program. If not, see <www.gnu.org/licenses/>.

Instance Method Summary collapse

Instance Method Details

#all_with_labelObject

TODO: internationalization



19
20
21
22
23
24
# File 'lib/kalibro_gem/helpers/aggregation_options.rb', line 19

def all_with_label
  [
    ["Average","AVERAGE"], ["Median", "MEDIAN"], ["Maximum", "MAXIMUM"], ["Minimum", "MINIMUM"],
    ["Count", "COUNT"], ["Standard Deviation", "STANDARD_DEVIATION"]
  ]
end