class Daedal::Queries::Query

Public Instance Methods

to_json() click to toggle source

requires the subclasses to define to_hash

# File lib/daedal/queries/query.rb, line 14
def to_json
  to_hash.to_json
end