class WPAR::Wrapper::LswparGeneral

Public Class Methods

new(options) click to toggle source
# File lib/wpars/wrapper/lswpar_general.rb, line 12
def initialize(options)
  @command = "#{options[:command]} #{Constants::LSWPAR}G #{options[:name]}"
end