Class: Virtuozzo::SOAP::Types::Filer::Chown

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

Overview

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

path - SOAP::SOAPBase64
cwd - SOAP::SOAPBase64
cred - Virtuozzo::SOAP::Types::Filer::CredType
recursively - (any)
owner - Virtuozzo::SOAP::Types::Filer::Chown::Owner
follow_links - (any)

Defined Under Namespace

Classes: Owner

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path = [], cwd = nil, cred = nil, recursively = nil, owner = nil, follow_links = nil) ⇒ Chown

Returns a new instance of Chown.



2469
2470
2471
2472
2473
2474
2475
2476
# File 'lib/virtuozzo/soap/types/filer.rb', line 2469

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

Instance Attribute Details

#credObject

Returns the value of attribute cred.



2464
2465
2466
# File 'lib/virtuozzo/soap/types/filer.rb', line 2464

def cred
  @cred
end

#cwdObject

Returns the value of attribute cwd.



2463
2464
2465
# File 'lib/virtuozzo/soap/types/filer.rb', line 2463

def cwd
  @cwd
end

Returns the value of attribute follow_links.



2467
2468
2469
# File 'lib/virtuozzo/soap/types/filer.rb', line 2467

def follow_links
  @follow_links
end

#ownerObject

Returns the value of attribute owner.



2466
2467
2468
# File 'lib/virtuozzo/soap/types/filer.rb', line 2466

def owner
  @owner
end

#pathObject

Returns the value of attribute path.



2462
2463
2464
# File 'lib/virtuozzo/soap/types/filer.rb', line 2462

def path
  @path
end

#recursivelyObject

Returns the value of attribute recursively.



2465
2466
2467
# File 'lib/virtuozzo/soap/types/filer.rb', line 2465

def recursively
  @recursively
end