Class: Virtuozzo::SOAP::Types::Filer::Upload

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

Overview

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

cwd - SOAP::SOAPBase64
cred - Virtuozzo::SOAP::Types::Filer::CredType
file - Virtuozzo::SOAP::Types::Filer::Upload::C_File
mode - (any)
force - (any)

Defined Under Namespace

Classes: C_File

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(cwd = nil, cred = nil, file = [], mode = nil, force = nil) ⇒ Upload

Returns a new instance of Upload.



2362
2363
2364
2365
2366
2367
2368
# File 'lib/virtuozzo/soap/types/filer.rb', line 2362

def initialize(cwd = nil, cred = nil, file = [], mode = nil, force = nil)
  @cwd = cwd
  @cred = cred
  @file = file
  @mode = mode
  @force = force
end

Instance Attribute Details

#credObject

Returns the value of attribute cred.



2357
2358
2359
# File 'lib/virtuozzo/soap/types/filer.rb', line 2357

def cred
  @cred
end

#cwdObject

Returns the value of attribute cwd.



2356
2357
2358
# File 'lib/virtuozzo/soap/types/filer.rb', line 2356

def cwd
  @cwd
end

#fileObject

Returns the value of attribute file.



2358
2359
2360
# File 'lib/virtuozzo/soap/types/filer.rb', line 2358

def file
  @file
end

#forceObject

Returns the value of attribute force.



2360
2361
2362
# File 'lib/virtuozzo/soap/types/filer.rb', line 2360

def force
  @force
end

#modeObject

Returns the value of attribute mode.



2359
2360
2361
# File 'lib/virtuozzo/soap/types/filer.rb', line 2359

def mode
  @mode
end