class Daedal::Queries::MatchAllQuery

Public Instance Methods

to_hash() click to toggle source
# File lib/daedal/queries/match_all_query.rb, line 5
def to_hash
  {match_all: {}}
end