module EventStore::HTTP::Controls::Hostname::Cluster::Unavailable::Member

Public Class Methods

example(member_index=nil) click to toggle source
# File lib/event_store/http/controls/hostname/cluster.rb, line 42
def self.example(member_index=nil)
  member_index ||= 1

  "unavailable.eventstore-cluster-#{member_index}.local"
end