Class: Virtuozzo::SOAP::Types::Filer::Move
- Inherits:
-
NavigateType
- Object
- NavigateType
- Virtuozzo::SOAP::Types::Filer::Move
- 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.
-
#dst_path ⇒ Object
Returns the value of attribute dst_path.
-
#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, dst_path = nil, recursively = nil, force = nil) ⇒ Move
constructor
A new instance of Move.
Constructor Details
#initialize(path = [], cwd = nil, cred = nil, dst_path = nil, recursively = nil, force = nil) ⇒ Move
Returns a new instance of Move.
2318 2319 2320 2321 2322 2323 2324 2325 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2318 def initialize(path = [], cwd = nil, cred = nil, dst_path = nil, recursively = nil, force = nil) @path = path @cwd = cwd @cred = cred @dst_path = dst_path @recursively = recursively @force = force end |
Instance Attribute Details
#cred ⇒ Object
Returns the value of attribute cred.
2313 2314 2315 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2313 def cred @cred end |
#cwd ⇒ Object
Returns the value of attribute cwd.
2312 2313 2314 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2312 def cwd @cwd end |
#dst_path ⇒ Object
Returns the value of attribute dst_path.
2314 2315 2316 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2314 def dst_path @dst_path end |
#force ⇒ Object
Returns the value of attribute force.
2316 2317 2318 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2316 def force @force end |
#path ⇒ Object
Returns the value of attribute path.
2311 2312 2313 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2311 def path @path end |
#recursively ⇒ Object
Returns the value of attribute recursively.
2315 2316 2317 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2315 def recursively @recursively end |