class Qiita::Elasticsearch::Nodes::NullNode

Public Instance Methods

to_hash() click to toggle source
# File lib/qiita/elasticsearch/nodes/null_node.rb, line 5
def to_hash
  {
    "query" => {
      "ids" => {
        "values" => [],
      },
    },
  }
end