Class: SBM::Coordinator::Batch

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



22
23
24
# File 'lib/sbm/coordinator.rb', line 22

def name
  @name
end

Instance Method Details

#to_sObject



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

def to_s; name; end