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

Public Class Methods

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

  "partially-available.eventstore-cluster-#{member_index}.local"
end