Class: Daedal::Filters::NotFilter

Inherits:
Filter
  • Object
show all
Defined in:
lib/daedal/filters/not_filter.rb

Instance Method Summary collapse

Methods inherited from Filter

#to_json

Instance Method Details

#to_hashObject



8
9
10
# File 'lib/daedal/filters/not_filter.rb', line 8

def to_hash
  {:not => filter.to_hash}
end