Exception: Ironment::Truster::RuncomError
- Inherits:
-
StandardError
- Object
- StandardError
- Ironment::Truster::RuncomError
- Defined in:
- lib/ironment/truster.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#runcom ⇒ Object
readonly
Returns the value of attribute runcom.
Instance Method Summary collapse
-
#initialize(runcom) ⇒ RuncomError
constructor
A new instance of RuncomError.
Constructor Details
#initialize(runcom) ⇒ RuncomError
Returns a new instance of RuncomError.
8 9 10 |
# File 'lib/ironment/truster.rb', line 8 def initialize(runcom) @runcom = runcom end |
Instance Attribute Details
#runcom ⇒ Object (readonly)
Returns the value of attribute runcom.
6 7 8 |
# File 'lib/ironment/truster.rb', line 6 def runcom @runcom end |