class Daedal::Filters::Filter
Public Instance Methods
to_hash()
click to toggle source
# File lib/daedal/filters/filter.rb, line 6 def to_hash nil end
to_json()
click to toggle source
# File lib/daedal/filters/filter.rb, line 10 def to_json to_hash.to_json end