Class: Virtuozzo::SOAP::Types::Filer::Download

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

Overview

Defined Under Namespace

Classes: C_File

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(cwd = nil, cred = nil, file = []) ⇒ Download

Returns a new instance of Download.



2398
2399
2400
2401
2402
# File 'lib/virtuozzo/soap/types/filer.rb', line 2398

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

Instance Attribute Details

#credObject

Returns the value of attribute cred.



2395
2396
2397
# File 'lib/virtuozzo/soap/types/filer.rb', line 2395

def cred
  @cred
end

#cwdObject

Returns the value of attribute cwd.



2394
2395
2396
# File 'lib/virtuozzo/soap/types/filer.rb', line 2394

def cwd
  @cwd
end

#fileObject

Returns the value of attribute file.



2396
2397
2398
# File 'lib/virtuozzo/soap/types/filer.rb', line 2396

def file
  @file
end