Class: Virtuozzo::SOAP::Types::Filer::NavigateType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Filer::NavigateType
- Defined in:
- lib/virtuozzo/soap/types/filer.rb
Overview
Direct Known Subclasses
Chmod, Chown, Copy, Link, List, Mkdir, Move, Navigate_wildType, Readlink, Remove, Search, Stat
Instance Attribute Summary collapse
-
#cred ⇒ Object
Returns the value of attribute cred.
-
#cwd ⇒ Object
Returns the value of attribute cwd.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path = [], cwd = nil, cred = nil) ⇒ NavigateType
constructor
A new instance of NavigateType.
Constructor Details
#initialize(path = [], cwd = nil, cred = nil) ⇒ NavigateType
Returns a new instance of NavigateType.
17 18 19 20 21 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 17 def initialize(path = [], cwd = nil, cred = nil) @path = path @cwd = cwd @cred = cred end |
Instance Attribute Details
#cred ⇒ Object
Returns the value of attribute cred.
15 16 17 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 15 def cred @cred end |
#cwd ⇒ Object
Returns the value of attribute cwd.
14 15 16 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 14 def cwd @cwd end |
#path ⇒ Object
Returns the value of attribute path.
13 14 15 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 13 def path @path end |