Class: Virtuozzo::SOAP::Types::Filer::Stat
- Inherits:
-
NavigateType
- Object
- NavigateType
- Virtuozzo::SOAP::Types::Filer::Stat
- Defined in:
- lib/virtuozzo/soap/types/filer.rb
Overview
Defined Under Namespace
Classes: Usage
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.
-
#info ⇒ Object
Returns the value of attribute info.
-
#path ⇒ Object
Returns the value of attribute path.
-
#usage ⇒ Object
Returns the value of attribute usage.
Instance Method Summary collapse
-
#initialize(path = [], cwd = nil, cred = nil, usage = nil, follow_links = nil, info = nil) ⇒ Stat
constructor
A new instance of Stat.
Constructor Details
#initialize(path = [], cwd = nil, cred = nil, usage = nil, follow_links = nil, info = nil) ⇒ Stat
Returns a new instance of Stat.
2531 2532 2533 2534 2535 2536 2537 2538 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2531 def initialize(path = [], cwd = nil, cred = nil, usage = nil, follow_links = nil, info = nil) @path = path @cwd = cwd @cred = cred @usage = usage @follow_links = follow_links @info = info end |
Instance Attribute Details
#cred ⇒ Object
Returns the value of attribute cred.
2526 2527 2528 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2526 def cred @cred end |
#cwd ⇒ Object
Returns the value of attribute cwd.
2525 2526 2527 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2525 def cwd @cwd end |
#follow_links ⇒ Object
Returns the value of attribute follow_links.
2528 2529 2530 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2528 def follow_links @follow_links end |
#info ⇒ Object
Returns the value of attribute info.
2529 2530 2531 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2529 def info @info end |
#path ⇒ Object
Returns the value of attribute path.
2524 2525 2526 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2524 def path @path end |
#usage ⇒ Object
Returns the value of attribute usage.
2527 2528 2529 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2527 def usage @usage end |