Class: SBM::Coordinator::Worker

Inherits:
Struct
  • Object
show all
Defined in:
lib/sbm/coordinator.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



28
29
30
# File 'lib/sbm/coordinator.rb', line 28

def name
  @name
end

Instance Method Details

#to_sObject



29
# File 'lib/sbm/coordinator.rb', line 29

def to_s; name; end