class WPAR::Wrapper::LswparMountpoint

Public Class Methods

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