Class: Vimpack::Utils::Process::Results
- Inherits:
-
Object
- Object
- Vimpack::Utils::Process::Results
- Defined in:
- lib/vimpack/utils/process.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#process ⇒ Object
Returns the value of attribute process.
Instance Method Summary collapse
-
#initialize(process, message = nil) ⇒ Results
constructor
A new instance of Results.
Constructor Details
permalink #initialize(process, message = nil) ⇒ Results
Returns a new instance of Results.
8 9 10 11 |
# File 'lib/vimpack/utils/process.rb', line 8 def initialize(process, =nil) self.process = process self. = end |