Class: Virtuozzo::SOAP::Types::Filer::Readlink

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

Overview

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

path - SOAP::SOAPBase64
cwd - SOAP::SOAPBase64
cred - Virtuozzo::SOAP::Types::Filer::CredType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path = [], cwd = nil, cred = nil) ⇒ Readlink

Returns a new instance of Readlink.



2550
2551
2552
2553
2554
# File 'lib/virtuozzo/soap/types/filer.rb', line 2550

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

Instance Attribute Details

#credObject

Returns the value of attribute cred.



2548
2549
2550
# File 'lib/virtuozzo/soap/types/filer.rb', line 2548

def cred
  @cred
end

#cwdObject

Returns the value of attribute cwd.



2547
2548
2549
# File 'lib/virtuozzo/soap/types/filer.rb', line 2547

def cwd
  @cwd
end

#pathObject

Returns the value of attribute path.



2546
2547
2548
# File 'lib/virtuozzo/soap/types/filer.rb', line 2546

def path
  @path
end