Class: AdaptivePointFilter
- Inherits:
-
Object
- Object
- AdaptivePointFilter
- Defined in:
- app/filters/adaptive_point_filter.rb
Instance Method Summary collapse
- #filter ⇒ Object
-
#initialize(adaptivepoints, params) ⇒ AdaptivePointFilter
constructor
A new instance of AdaptivePointFilter.
Constructor Details
#initialize(adaptivepoints, params) ⇒ AdaptivePointFilter
Returns a new instance of AdaptivePointFilter.
2 3 4 5 |
# File 'app/filters/adaptive_point_filter.rb', line 2 def initialize(adaptivepoints, params) @adaptivepoints = adaptivepoints @params = params end |
Instance Method Details
#filter ⇒ Object
7 8 9 10 11 12 13 14 15 16 |
# File 'app/filters/adaptive_point_filter.rb', line 7 def filter filter_id filter_active filter_created_at filter_compaign_type filter_campaign_id filter_resto_group_tag filter_name filter_date end |