class Segment

Constants

AGGREGATED_METRIC_FIELDS
COMPOUND_METRICS_FIELDS
COST_METRIC_FIELDS
GROUP_BY_FIELDS
VERIFIED_FIELDS

Public Instance Methods

hash() click to toggle source
# File lib/voucher/model/segment.rb, line 51
def hash
  Hashtastic::DictionaryValuesHasher.call(attributes, VERIFIED_FIELDS)
end