Class: WPAR::Wrapper::LswparResourceControl
- Defined in:
- lib/wpars/wrapper/lswpar_resource_control.rb
Instance Method Summary collapse
-
#initialize(options) ⇒ LswparResourceControl
constructor
A new instance of LswparResourceControl.
Methods inherited from Lswpar
Constructor Details
#initialize(options) ⇒ LswparResourceControl
Returns a new instance of LswparResourceControl.
12 13 14 |
# File 'lib/wpars/wrapper/lswpar_resource_control.rb', line 12 def initialize() @command = "#{[:command]} #{Constants::LSWPAR}R #{[:name]}" end |