Exception: HPC::BATCH_DRY_RUN
- Inherits:
-
Exception
- Object
- Exception
- HPC::BATCH_DRY_RUN
- Defined in:
- lib/rbbt/hpc/batch.rb
Instance Attribute Summary collapse
-
#directory ⇒ Object
Returns the value of attribute directory.
Instance Method Summary collapse
-
#initialize(directory) ⇒ BATCH_DRY_RUN
constructor
A new instance of BATCH_DRY_RUN.
Constructor Details
#initialize(directory) ⇒ BATCH_DRY_RUN
Returns a new instance of BATCH_DRY_RUN.
4 5 6 |
# File 'lib/rbbt/hpc/batch.rb', line 4 def initialize(directory) @directory = directory end |
Instance Attribute Details
#directory ⇒ Object
Returns the value of attribute directory.
3 4 5 |
# File 'lib/rbbt/hpc/batch.rb', line 3 def directory @directory end |