module AggregationOptions

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

Public Instance Methods

all_with_label() click to toggle source

TODO: internationalization

# File lib/kalibro_client/helpers/aggregation_options.rb, line 19
def all_with_label
  [
    ["Mean","mean"], ["Median", "MEDIAN"], ["Maximum", "max"], ["Minimum", "min"],
    ["Count", "COUNT"], ["Standard Deviation", "STANDARD_DEVIATION"]
  ]
end