Class: Virtuozzo::SOAP::Types::Filer::Link
- Inherits:
-
NavigateType
- Object
- NavigateType
- Virtuozzo::SOAP::Types::Filer::Link
- 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.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#symbolic ⇒ Object
Returns the value of attribute symbolic.
Instance Method Summary collapse
-
#initialize(path = [], cwd = nil, cred = nil, name = nil, symbolic = nil, force = nil) ⇒ Link
constructor
A new instance of Link.
Constructor Details
#initialize(path = [], cwd = nil, cred = nil, name = nil, symbolic = nil, force = nil) ⇒ Link
Returns a new instance of Link.
2494 2495 2496 2497 2498 2499 2500 2501 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2494 def initialize(path = [], cwd = nil, cred = nil, name = nil, symbolic = nil, force = nil) @path = path @cwd = cwd @cred = cred @name = name @symbolic = symbolic @force = force end |
Instance Attribute Details
#cred ⇒ Object
Returns the value of attribute cred.
2489 2490 2491 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2489 def cred @cred end |
#cwd ⇒ Object
Returns the value of attribute cwd.
2488 2489 2490 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2488 def cwd @cwd end |
#force ⇒ Object
Returns the value of attribute force.
2492 2493 2494 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2492 def force @force end |
#name ⇒ Object
Returns the value of attribute name.
2490 2491 2492 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2490 def name @name end |
#path ⇒ Object
Returns the value of attribute path.
2487 2488 2489 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2487 def path @path end |
#symbolic ⇒ Object
Returns the value of attribute symbolic.
2491 2492 2493 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2491 def symbolic @symbolic end |