Class: OodCore::BatchConnect::Templates::VNC
- Inherits:
-
OodCore::BatchConnect::Template
- Object
- OodCore::BatchConnect::Template
- OodCore::BatchConnect::Templates::VNC
- Defined in:
- lib/ood_core/batch_connect/templates/vnc.rb
Overview
A batch connect template that starts up a VNC server within a batch job
Instance Attribute Summary
Attributes inherited from OodCore::BatchConnect::Template
Instance Method Summary collapse
-
#initialize(context = {}) ⇒ VNC
constructor
A new instance of VNC.
Methods inherited from OodCore::BatchConnect::Template
Constructor Details
#initialize(context = {}) ⇒ VNC
Returns a new instance of VNC.
60 61 62 |
# File 'lib/ood_core/batch_connect/templates/vnc.rb', line 60 def initialize(context = {}) super end |