module Elos::Index::RawHelpers
Public Instance Methods
raw_get(id)
click to toggle source
# File lib/elos/index/raw_helpers.rb, line 5 def raw_get(id) client.get(index: read_alias_name, type: type_name, id: id) end