Class: Virtuozzo::SOAP::Types::Filer::Remove
- Inherits:
-
NavigateType
- Object
- NavigateType
- Virtuozzo::SOAP::Types::Filer::Remove
- 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.
-
#force ⇒ Object
Returns the value of attribute force.
-
#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, recursively = nil, force = nil) ⇒ Remove
constructor
A new instance of Remove.
Constructor Details
#initialize(path = [], cwd = nil, cred = nil, recursively = nil, force = nil) ⇒ Remove
Returns a new instance of Remove.
2241 2242 2243 2244 2245 2246 2247 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2241 def initialize(path = [], cwd = nil, cred = nil, recursively = nil, force = nil) @path = path @cwd = cwd @cred = cred @recursively = recursively @force = force end |
Instance Attribute Details
#cred ⇒ Object
Returns the value of attribute cred.
2237 2238 2239 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2237 def cred @cred end |
#cwd ⇒ Object
Returns the value of attribute cwd.
2236 2237 2238 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2236 def cwd @cwd end |
#force ⇒ Object
Returns the value of attribute force.
2239 2240 2241 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2239 def force @force end |
#path ⇒ Object
Returns the value of attribute path.
2235 2236 2237 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2235 def path @path end |
#recursively ⇒ Object
Returns the value of attribute recursively.
2238 2239 2240 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2238 def recursively @recursively end |