Class: Virtuozzo::SOAP::Types::Filer::Chown
- Inherits:
-
NavigateType
- Object
- NavigateType
- Virtuozzo::SOAP::Types::Filer::Chown
- Defined in:
- lib/virtuozzo/soap/types/filer.rb
Overview
Defined Under Namespace
Classes: Owner
Instance Attribute Summary collapse
-
#cred ⇒ Object
Returns the value of attribute cred.
-
#cwd ⇒ Object
Returns the value of attribute cwd.
-
#follow_links ⇒ Object
Returns the value of attribute follow_links.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#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, recursively = nil, owner = nil, follow_links = nil) ⇒ Chown
constructor
A new instance of Chown.
Constructor Details
#initialize(path = [], cwd = nil, cred = nil, recursively = nil, owner = nil, follow_links = nil) ⇒ Chown
Returns a new instance of Chown.
2469 2470 2471 2472 2473 2474 2475 2476 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2469 def initialize(path = [], cwd = nil, cred = nil, recursively = nil, owner = nil, follow_links = nil) @path = path @cwd = cwd @cred = cred @recursively = recursively @owner = owner @follow_links = follow_links end |
Instance Attribute Details
#cred ⇒ Object
Returns the value of attribute cred.
2464 2465 2466 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2464 def cred @cred end |
#cwd ⇒ Object
Returns the value of attribute cwd.
2463 2464 2465 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2463 def cwd @cwd end |
#follow_links ⇒ Object
Returns the value of attribute follow_links.
2467 2468 2469 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2467 def follow_links @follow_links end |
#owner ⇒ Object
Returns the value of attribute owner.
2466 2467 2468 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2466 def owner @owner end |
#path ⇒ Object
Returns the value of attribute path.
2462 2463 2464 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2462 def path @path end |
#recursively ⇒ Object
Returns the value of attribute recursively.
2465 2466 2467 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2465 def recursively @recursively end |