Class: Virtuozzo::SOAP::Types::Filer::Upload
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Filer::Upload
- 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.
-
#force ⇒ Object
Returns the value of attribute force.
-
#mode ⇒ Object
Returns the value of attribute mode.
Instance Method Summary collapse
-
#initialize(cwd = nil, cred = nil, file = [], mode = nil, force = nil) ⇒ Upload
constructor
A new instance of Upload.
Constructor Details
#initialize(cwd = nil, cred = nil, file = [], mode = nil, force = nil) ⇒ Upload
Returns a new instance of Upload.
2362 2363 2364 2365 2366 2367 2368 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2362 def initialize(cwd = nil, cred = nil, file = [], mode = nil, force = nil) @cwd = cwd @cred = cred @file = file @mode = mode @force = force end |
Instance Attribute Details
#cred ⇒ Object
Returns the value of attribute cred.
2357 2358 2359 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2357 def cred @cred end |
#cwd ⇒ Object
Returns the value of attribute cwd.
2356 2357 2358 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2356 def cwd @cwd end |
#file ⇒ Object
Returns the value of attribute file.
2358 2359 2360 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2358 def file @file end |
#force ⇒ Object
Returns the value of attribute force.
2360 2361 2362 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2360 def force @force end |
#mode ⇒ Object
Returns the value of attribute mode.
2359 2360 2361 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2359 def mode @mode end |