Method: Virtuozzo::SOAP::Types::Filer::Readlink#initialize

Defined in:
lib/virtuozzo/soap/types/filer.rb

#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