Class: Virtuozzo::SOAP::Types::Filer::Link

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

Overview

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

path - SOAP::SOAPBase64
cwd - SOAP::SOAPBase64
cred - Virtuozzo::SOAP::Types::Filer::CredType
name - SOAP::SOAPBase64
symbolic - (any)
force - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path = [], cwd = nil, cred = nil, name = nil, symbolic = nil, force = nil) ⇒ Link

Returns a new instance of Link.



2494
2495
2496
2497
2498
2499
2500
2501
# File 'lib/virtuozzo/soap/types/filer.rb', line 2494

def initialize(path = [], cwd = nil, cred = nil, name = nil, symbolic = nil, force = nil)
  @path = path
  @cwd = cwd
  @cred = cred
  @name = name
  @symbolic = symbolic
  @force = force
end

Instance Attribute Details

#credObject

Returns the value of attribute cred.



2489
2490
2491
# File 'lib/virtuozzo/soap/types/filer.rb', line 2489

def cred
  @cred
end

#cwdObject

Returns the value of attribute cwd.



2488
2489
2490
# File 'lib/virtuozzo/soap/types/filer.rb', line 2488

def cwd
  @cwd
end

#forceObject

Returns the value of attribute force.



2492
2493
2494
# File 'lib/virtuozzo/soap/types/filer.rb', line 2492

def force
  @force
end

#nameObject

Returns the value of attribute name.



2490
2491
2492
# File 'lib/virtuozzo/soap/types/filer.rb', line 2490

def name
  @name
end

#pathObject

Returns the value of attribute path.



2487
2488
2489
# File 'lib/virtuozzo/soap/types/filer.rb', line 2487

def path
  @path
end

#symbolicObject

Returns the value of attribute symbolic.



2491
2492
2493
# File 'lib/virtuozzo/soap/types/filer.rb', line 2491

def symbolic
  @symbolic
end