Class: Virtuozzo::SOAP::Types::Filer::Readlink
- Inherits:
-
NavigateType
- Object
- NavigateType
- Virtuozzo::SOAP::Types::Filer::Readlink
- 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.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path = [], cwd = nil, cred = nil) ⇒ Readlink
constructor
A new instance of Readlink.
Constructor Details
#initialize(path = [], cwd = nil, cred = nil) ⇒ Readlink
Returns a new instance of Readlink.
2550 2551 2552 2553 2554 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2550 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.
2548 2549 2550 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2548 def cred @cred end |
#cwd ⇒ Object
Returns the value of attribute cwd.
2547 2548 2549 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2547 def cwd @cwd end |
#path ⇒ Object
Returns the value of attribute path.
2546 2547 2548 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2546 def path @path end |