Class: SwarmClusterCliOpe::Worker

Inherits:
Node
  • Object
show all
Defined in:
lib/swarm_cluster_cli_ope/worker.rb

Instance Attribute Summary

Attributes inherited from Node

#connection_uri, #name

Instance Method Summary collapse

Methods inherited from Node

#hostname, #id, #info, info, #initialize, #is_over_ssh_uri?

Methods included from LoggerConcern

#logger

Constructor Details

This class inherits a constructor from SwarmClusterCliOpe::Node

Instance Method Details

#manager?Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/swarm_cluster_cli_ope/worker.rb', line 3

def manager?
  false
end