class Daedal::Filters::NotFilter

Public Instance Methods

to_hash() click to toggle source
# File lib/daedal/filters/not_filter.rb, line 8
def to_hash
  {:not => filter.to_hash}
end