Module: AggregationOptions
- Defined in:
- lib/kalibro_client/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
-
#all_with_label ⇒ Object
TODO: internationalization.
Instance Method Details
#all_with_label ⇒ Object
TODO: internationalization
19 20 21 22 23 24 |
# 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 |