Class: Virtuozzo::SOAP::Types::Filer::Download
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Filer::Download
- Defined in:
- lib/virtuozzo/soap/types/filer.rb
Overview
Defined Under Namespace
Classes: C_File
Instance Attribute Summary collapse
-
#cred ⇒ Object
Returns the value of attribute cred.
-
#cwd ⇒ Object
Returns the value of attribute cwd.
-
#file ⇒ Object
Returns the value of attribute file.
Instance Method Summary collapse
-
#initialize(cwd = nil, cred = nil, file = []) ⇒ Download
constructor
A new instance of Download.
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
#cred ⇒ Object
Returns the value of attribute cred.
2395 2396 2397 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2395 def cred @cred end |
#cwd ⇒ Object
Returns the value of attribute cwd.
2394 2395 2396 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2394 def cwd @cwd end |
#file ⇒ Object
Returns the value of attribute file.
2396 2397 2398 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2396 def file @file end |