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



640
641
642
# File 'lib/GECS.rb', line 640

def di
  @di
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



640
641
642
# File 'lib/GECS.rb', line 640

def key
  @key
end

#outObject

Returns the value of attribute out

Returns:

  • (Object)

    the current value of out



640
641
642
# File 'lib/GECS.rb', line 640

def out
  @out
end

#sernumObject

Returns the value of attribute sernum

Returns:

  • (Object)

    the current value of sernum



640
641
642
# File 'lib/GECS.rb', line 640

def sernum
  @sernum
end