Exception: Marenostrum::SBATCH

Inherits:
Exception
  • Object
show all
Defined in:
lib/rbbt/hpc.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(directory) ⇒ SBATCH

Returns a new instance of SBATCH.



8
9
10
# File 'lib/rbbt/hpc.rb', line 8

def initialize(directory)
  @directory = directory
end

Instance Attribute Details

#directoryObject

Returns the value of attribute directory.



7
8
9
# File 'lib/rbbt/hpc.rb', line 7

def directory
  @directory
end