Class: Virtuozzo::SOAP::Types::Filer::Chmod

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

Overview

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path = [], cwd = nil, cred = nil, mode = nil, on = nil, off = nil, recursively = nil) ⇒ Chmod

Returns a new instance of Chmod.



2422
2423
2424
2425
2426
2427
2428
2429
2430
# File 'lib/virtuozzo/soap/types/filer.rb', line 2422

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

Instance Attribute Details

#credObject

Returns the value of attribute cred.



2416
2417
2418
# File 'lib/virtuozzo/soap/types/filer.rb', line 2416

def cred
  @cred
end

#cwdObject

Returns the value of attribute cwd.



2415
2416
2417
# File 'lib/virtuozzo/soap/types/filer.rb', line 2415

def cwd
  @cwd
end

#modeObject

Returns the value of attribute mode.



2417
2418
2419
# File 'lib/virtuozzo/soap/types/filer.rb', line 2417

def mode
  @mode
end

#offObject

Returns the value of attribute off.



2419
2420
2421
# File 'lib/virtuozzo/soap/types/filer.rb', line 2419

def off
  @off
end

#onObject

Returns the value of attribute on.



2418
2419
2420
# File 'lib/virtuozzo/soap/types/filer.rb', line 2418

def on
  @on
end

#pathObject

Returns the value of attribute path.



2414
2415
2416
# File 'lib/virtuozzo/soap/types/filer.rb', line 2414

def path
  @path
end

#recursivelyObject

Returns the value of attribute recursively.



2420
2421
2422
# File 'lib/virtuozzo/soap/types/filer.rb', line 2420

def recursively
  @recursively
end