Class: Perka::Model::WeatherTarget

Inherits:
ListTarget show all
Defined in:
lib/perka/model/weather_target.rb

Constant Summary collapse

PROPERTY_NAMES =
[
  :operation,
  :metric,
  :threshold,

  # The local minutes-of-day after which the availability of the coupon will 
  # not change for the remainder of the day.
  :local_decision_at,

  # The time of day for which the metric threshold must be met.
  :local_metric_at
]

Constants inherited from CouponTarget

CouponTarget::TYPE_MAP