Class: Virtuozzo::SOAP::Types::Filer::Copy

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

Overview

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Copy.



2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
# File 'lib/virtuozzo/soap/types/filer.rb', line 2269

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

Instance Attribute Details

#credObject

Returns the value of attribute cred.



2262
2263
2264
# File 'lib/virtuozzo/soap/types/filer.rb', line 2262

def cred
  @cred
end

#cwdObject

Returns the value of attribute cwd.



2261
2262
2263
# File 'lib/virtuozzo/soap/types/filer.rb', line 2261

def cwd
  @cwd
end

#dstObject

Returns the value of attribute dst.



2266
2267
2268
# File 'lib/virtuozzo/soap/types/filer.rb', line 2266

def dst
  @dst
end

#dst_pathObject

Returns the value of attribute dst_path.



2263
2264
2265
# File 'lib/virtuozzo/soap/types/filer.rb', line 2263

def dst_path
  @dst_path
end

#forceObject

Returns the value of attribute force.



2265
2266
2267
# File 'lib/virtuozzo/soap/types/filer.rb', line 2265

def force
  @force
end

#modeObject

Returns the value of attribute mode.



2267
2268
2269
# File 'lib/virtuozzo/soap/types/filer.rb', line 2267

def mode
  @mode
end

#pathObject

Returns the value of attribute path.



2260
2261
2262
# File 'lib/virtuozzo/soap/types/filer.rb', line 2260

def path
  @path
end

#recursivelyObject

Returns the value of attribute recursively.



2264
2265
2266
# File 'lib/virtuozzo/soap/types/filer.rb', line 2264

def recursively
  @recursively
end