Class: Virtuozzo::SOAP::Types::Filer::Chmod
- Inherits:
-
NavigateType
- Object
- NavigateType
- Virtuozzo::SOAP::Types::Filer::Chmod
- 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.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#off ⇒ Object
Returns the value of attribute off.
-
#on ⇒ Object
Returns the value of attribute on.
-
#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, mode = nil, on = nil, off = nil, recursively = nil) ⇒ Chmod
constructor
A new instance of Chmod.
Constructor Details
#initialize(path = [], cwd = nil, cred = nil, mode = nil, on = nil, off = nil, recursively = nil) ⇒ Chmod
Returns a new instance of Chmod.
2422 2423 2424 2425 2426 2427 2428 2429 2430 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2422 def initialize(path = [], cwd = nil, cred = nil, mode = nil, on = nil, off = nil, recursively = nil) @path = path @cwd = cwd @cred = cred @mode = mode @on = on @off = off @recursively = recursively end |
Instance Attribute Details
#cred ⇒ Object
Returns the value of attribute cred.
2416 2417 2418 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2416 def cred @cred end |
#cwd ⇒ Object
Returns the value of attribute cwd.
2415 2416 2417 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2415 def cwd @cwd end |
#mode ⇒ Object
Returns the value of attribute mode.
2417 2418 2419 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2417 def mode @mode end |
#off ⇒ Object
Returns the value of attribute off.
2419 2420 2421 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2419 def off @off end |
#on ⇒ Object
Returns the value of attribute on.
2418 2419 2420 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2418 def on @on end |
#path ⇒ Object
Returns the value of attribute path.
2414 2415 2416 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2414 def path @path end |
#recursively ⇒ Object
Returns the value of attribute recursively.
2420 2421 2422 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2420 def recursively @recursively end |