Module: Eson::HTTP::MultiGet
Instance Method Summary collapse
Methods included from API
Instance Method Details
#bare_path ⇒ Object
9 10 11 12 13 14 15 |
# File 'lib/eson/http/core/mget.rb', line 9 def unless type path = "{index}/{type}/" else path = "{index}/" end end |
#path ⇒ Object
17 18 19 |
# File 'lib/eson/http/core/mget.rb', line 17 def path path = + "_mget" end |