Class: Virtuozzo::SOAP::Types::Filer::Mkdir
- Inherits:
-
NavigateType
- Object
- NavigateType
- Virtuozzo::SOAP::Types::Filer::Mkdir
- Defined in:
- lib/virtuozzo/soap/types/filer.rb
Overview
Instance Attribute Summary collapse
-
#cred ⇒ Object
Returns the value of attribute cred.
-
#cwd ⇒ Object
Returns the value of attribute cwd.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#path ⇒ Object
Returns the value of attribute path.
-
#recursively ⇒ Object
Returns the value of attribute recursively.
Instance Method Summary collapse
-
#initialize(path = [], cwd = nil, cred = nil, mode = nil, recursively = nil) ⇒ Mkdir
constructor
A new instance of Mkdir.
Constructor Details
#initialize(path = [], cwd = nil, cred = nil, mode = nil, recursively = nil) ⇒ Mkdir
Returns a new instance of Mkdir.
2294 2295 2296 2297 2298 2299 2300 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2294 def initialize(path = [], cwd = nil, cred = nil, mode = nil, recursively = nil) @path = path @cwd = cwd @cred = cred @mode = mode @recursively = recursively end |
Instance Attribute Details
#cred ⇒ Object
Returns the value of attribute cred.
2290 2291 2292 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2290 def cred @cred end |
#cwd ⇒ Object
Returns the value of attribute cwd.
2289 2290 2291 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2289 def cwd @cwd end |
#mode ⇒ Object
Returns the value of attribute mode.
2291 2292 2293 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2291 def mode @mode end |
#path ⇒ Object
Returns the value of attribute path.
2288 2289 2290 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2288 def path @path end |
#recursively ⇒ Object
Returns the value of attribute recursively.
2292 2293 2294 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2292 def recursively @recursively end |