Class: Deltacloud::Drivers::Mock::MockDriver::MockSSH
- Inherits:
-
Object
- Object
- Deltacloud::Drivers::Mock::MockDriver::MockSSH
- Defined in:
- lib/deltacloud/drivers/mock/mock_driver.rb
Overview
mock object to mimick Net::SSH object
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command.
262 263 264 |
# File 'lib/deltacloud/drivers/mock/mock_driver.rb', line 262 def command @command end |