class ProxES::Request::Mget

Constants

INDICES_REGEX

Attributes

index[R]
type[R]

Public Class Methods

indices_regex() click to toggle source
# File lib/proxes/request/mget.rb, line 18
def indices_regex
  INDICES_REGEX
end

Public Instance Methods

endpoint() click to toggle source
# File lib/proxes/request/mget.rb, line 13
def endpoint
  '_mget'
end