Class: Virtuozzo::SOAP::Types::Filer::Copy
- Inherits:
-
NavigateType
- Object
- NavigateType
- Virtuozzo::SOAP::Types::Filer::Copy
- 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 ⇒ Object
Returns the value of attribute dst.
-
#dst_path ⇒ Object
Returns the value of attribute dst_path.
-
#force ⇒ Object
Returns the value of attribute force.
-
#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, dst_path = nil, recursively = nil, force = nil, dst = nil, mode = nil) ⇒ Copy
constructor
A new instance of Copy.
Constructor Details
#initialize(path = [], cwd = nil, cred = nil, dst_path = nil, recursively = nil, force = nil, dst = nil, mode = nil) ⇒ Copy
Returns a new instance of Copy.
2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2269 def initialize(path = [], cwd = nil, cred = nil, dst_path = nil, recursively = nil, force = nil, dst = nil, mode = nil) @path = path @cwd = cwd @cred = cred @dst_path = dst_path @recursively = recursively @force = force @dst = dst @mode = mode end |
Instance Attribute Details
#cred ⇒ Object
Returns the value of attribute cred.
2262 2263 2264 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2262 def cred @cred end |
#cwd ⇒ Object
Returns the value of attribute cwd.
2261 2262 2263 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2261 def cwd @cwd end |
#dst ⇒ Object
Returns the value of attribute dst.
2266 2267 2268 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2266 def dst @dst end |
#dst_path ⇒ Object
Returns the value of attribute dst_path.
2263 2264 2265 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2263 def dst_path @dst_path end |
#force ⇒ Object
Returns the value of attribute force.
2265 2266 2267 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2265 def force @force end |
#mode ⇒ Object
Returns the value of attribute mode.
2267 2268 2269 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2267 def mode @mode end |
#path ⇒ Object
Returns the value of attribute path.
2260 2261 2262 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2260 def path @path end |
#recursively ⇒ Object
Returns the value of attribute recursively.
2264 2265 2266 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2264 def recursively @recursively end |