Exception: Opm::OpmException::ProcessException
- Inherits:
-
Exception
- Object
- Exception
- Opm::OpmException::ProcessException
- Defined in:
- lib/opm.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#process ⇒ Object
readonly
Returns the value of attribute process.
Instance Method Summary collapse
-
#initialize(process) ⇒ ProcessException
constructor
A new instance of ProcessException.
Constructor Details
#initialize(process) ⇒ ProcessException
Returns a new instance of ProcessException.
48 49 50 |
# File 'lib/opm.rb', line 48 def initialize(process) @process = process end |
Instance Attribute Details
#process ⇒ Object (readonly)
Returns the value of attribute process.
46 47 48 |
# File 'lib/opm.rb', line 46 def process @process end |