Class: Virtuozzo::SOAP::Types::Filer::Move

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

Overview

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Move.



2318
2319
2320
2321
2322
2323
2324
2325
# File 'lib/virtuozzo/soap/types/filer.rb', line 2318

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

Instance Attribute Details

#credObject

Returns the value of attribute cred.



2313
2314
2315
# File 'lib/virtuozzo/soap/types/filer.rb', line 2313

def cred
  @cred
end

#cwdObject

Returns the value of attribute cwd.



2312
2313
2314
# File 'lib/virtuozzo/soap/types/filer.rb', line 2312

def cwd
  @cwd
end

#dst_pathObject

Returns the value of attribute dst_path.



2314
2315
2316
# File 'lib/virtuozzo/soap/types/filer.rb', line 2314

def dst_path
  @dst_path
end

#forceObject

Returns the value of attribute force.



2316
2317
2318
# File 'lib/virtuozzo/soap/types/filer.rb', line 2316

def force
  @force
end

#pathObject

Returns the value of attribute path.



2311
2312
2313
# File 'lib/virtuozzo/soap/types/filer.rb', line 2311

def path
  @path
end

#recursivelyObject

Returns the value of attribute recursively.



2315
2316
2317
# File 'lib/virtuozzo/soap/types/filer.rb', line 2315

def recursively
  @recursively
end