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
#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 |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
7 8 9 |
# File 'lib/vimpack/utils/process.rb', line 7 def @message end |
#process ⇒ Object
Returns the value of attribute process.
7 8 9 |
# File 'lib/vimpack/utils/process.rb', line 7 def process @process end |