class Daedal::Filters::ExistsFilter

Public Instance Methods

to_hash() click to toggle source
# File lib/daedal/filters/exists_filter.rb, line 9
def to_hash
  {exists: {:field => field}}
end