Module: EventStore::Cluster::LeaderStatus::GossipEndpoint::Response::State
- Defined in:
- lib/event_store/cluster/leader_status/gossip_endpoint/response/state.rb
Class Method Summary collapse
Class Method Details
.follower ⇒ Object
11 12 13 |
# File 'lib/event_store/cluster/leader_status/gossip_endpoint/response/state.rb', line 11 def self.follower 'Slave' end |
.leader ⇒ Object
7 8 9 |
# File 'lib/event_store/cluster/leader_status/gossip_endpoint/response/state.rb', line 7 def self.leader 'Master' end |