Class: Virtuozzo::SOAP::Types::Filer::Mkdir

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

Overview

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path = [], cwd = nil, cred = nil, mode = nil, recursively = nil) ⇒ Mkdir

Returns a new instance of Mkdir.



2294
2295
2296
2297
2298
2299
2300
# File 'lib/virtuozzo/soap/types/filer.rb', line 2294

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

Instance Attribute Details

#credObject

Returns the value of attribute cred.



2290
2291
2292
# File 'lib/virtuozzo/soap/types/filer.rb', line 2290

def cred
  @cred
end

#cwdObject

Returns the value of attribute cwd.



2289
2290
2291
# File 'lib/virtuozzo/soap/types/filer.rb', line 2289

def cwd
  @cwd
end

#modeObject

Returns the value of attribute mode.



2291
2292
2293
# File 'lib/virtuozzo/soap/types/filer.rb', line 2291

def mode
  @mode
end

#pathObject

Returns the value of attribute path.



2288
2289
2290
# File 'lib/virtuozzo/soap/types/filer.rb', line 2288

def path
  @path
end

#recursivelyObject

Returns the value of attribute recursively.



2292
2293
2294
# File 'lib/virtuozzo/soap/types/filer.rb', line 2292

def recursively
  @recursively
end