Class: Daedal::Filters::Filter

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

Instance Method Summary collapse

Instance Method Details

#to_hashObject



6
7
8
# File 'lib/daedal/filters/filter.rb', line 6

def to_hash
  nil
end

#to_jsonObject



10
11
12
# File 'lib/daedal/filters/filter.rb', line 10

def to_json
  to_hash.to_json
end