Class: GECS::ParPod

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

Overview

(Private) Unit of parallelization.

Instance Attribute Summary collapse

Instance Attribute Details

#diObject

Returns the value of attribute di

Returns:

  • (Object)

    the current value of di



647
648
649
# File 'lib/GECS.rb', line 647

def di
  @di
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



647
648
649
# File 'lib/GECS.rb', line 647

def key
  @key
end

#outObject

Returns the value of attribute out

Returns:

  • (Object)

    the current value of out



647
648
649
# File 'lib/GECS.rb', line 647

def out
  @out
end

#sernumObject

Returns the value of attribute sernum

Returns:

  • (Object)

    the current value of sernum



647
648
649
# File 'lib/GECS.rb', line 647

def sernum
  @sernum
end