Module: Eson::HTTP::MultiGet

Extended by:
API
Includes:
Shared::MultiGet
Defined in:
lib/eson/http/core/mget.rb

Instance Method Summary collapse

Methods included from API

request_method

Instance Method Details

#bare_pathObject



9
10
11
12
13
14
15
# File 'lib/eson/http/core/mget.rb', line 9

def bare_path
  unless type
    path = "{index}/{type}/"
  else
    path = "{index}/"
  end
end

#pathObject



17
18
19
# File 'lib/eson/http/core/mget.rb', line 17

def path
  path = bare_path + "_mget"
end