Class: Virtuozzo::SOAP::Types::Filer::Remove

Inherits:
NavigateType show all
Defined in:
lib/virtuozzo/soap/types/filer.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/filerremove

path - SOAP::SOAPBase64
cwd - SOAP::SOAPBase64
cred - Virtuozzo::SOAP::Types::Filer::CredType
recursively - (any)
force - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path = [], cwd = nil, cred = nil, recursively = nil, force = nil) ⇒ Remove

Returns a new instance of Remove.



2241
2242
2243
2244
2245
2246
2247
# File 'lib/virtuozzo/soap/types/filer.rb', line 2241

def initialize(path = [], cwd = nil, cred = nil, recursively = nil, force = nil)
  @path = path
  @cwd = cwd
  @cred = cred
  @recursively = recursively
  @force = force
end

Instance Attribute Details

#credObject

Returns the value of attribute cred.



2237
2238
2239
# File 'lib/virtuozzo/soap/types/filer.rb', line 2237

def cred
  @cred
end

#cwdObject

Returns the value of attribute cwd.



2236
2237
2238
# File 'lib/virtuozzo/soap/types/filer.rb', line 2236

def cwd
  @cwd
end

#forceObject

Returns the value of attribute force.



2239
2240
2241
# File 'lib/virtuozzo/soap/types/filer.rb', line 2239

def force
  @force
end

#pathObject

Returns the value of attribute path.



2235
2236
2237
# File 'lib/virtuozzo/soap/types/filer.rb', line 2235

def path
  @path
end

#recursivelyObject

Returns the value of attribute recursively.



2238
2239
2240
# File 'lib/virtuozzo/soap/types/filer.rb', line 2238

def recursively
  @recursively
end