class EsHttpClient::Ref

Public Class Methods

head_of(stream_name) click to toggle source
# File lib/es_http_client/ref.rb, line 5
def self.head_of(stream_name)
  Ref.new("/streams/#{stream_name}", nil)
end