Class: RobotArmy::OfficerConnection
- Inherits:
-
Connection
- Object
- Connection
- RobotArmy::OfficerConnection
- Defined in:
- lib/robot-army/officer_connection.rb
Instance Attribute Summary
Attributes inherited from Connection
#host, #messenger, #password, #user
Instance Method Summary collapse
Methods inherited from Connection
#answer_sudo_prompt, #asking_for_password?, #close, #closed?, #get, #handle_response, handle_response, #info, #initialize, localhost, #open, #password_prompt, #post, #start_child
Constructor Details
This class inherits a constructor from RobotArmy::Connection
Instance Method Details
#loader ⇒ Object
2 3 4 |
# File 'lib/robot-army/officer_connection.rb', line 2 def loader @loader ||= RobotArmy::OfficerLoader.new end |