Module: Fairy::XGroupBy::PostFilter::Interface

Defined in:
lib/fairy/client/group-by.rb

Instance Method Summary collapse

Instance Method Details

#post_mod_xgroup_by_filter(hash_block, opts = nil) ⇒ Object



136
137
138
139
140
# File 'lib/fairy/client/group-by.rb', line 136

def post_mod_xgroup_by_filter(hash_block, opts = nil)
  post_mod_xgroup_by_filter = XGroupBy::PostFilter.new(@fairy, opts, hash_block)
  post_mod_xgroup_by_filter.input = self
  post_mod_xgroup_by_filter
end