Class: Virtuozzo::SOAP::Types::Filer::Search
- Inherits:
-
NavigateType
- Object
- NavigateType
- Virtuozzo::SOAP::Types::Filer::Search
- Defined in:
- lib/virtuozzo/soap/types/filer.rb
Overview
Instance Attribute Summary collapse
-
#backward ⇒ Object
Returns the value of attribute backward.
-
#block ⇒ Object
Returns the value of attribute block.
-
#cred ⇒ Object
Returns the value of attribute cred.
-
#cwd ⇒ Object
Returns the value of attribute cwd.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path = [], cwd = nil, cred = nil, offset = nil, block = nil, backward = nil) ⇒ Search
constructor
A new instance of Search.
Constructor Details
#initialize(path = [], cwd = nil, cred = nil, offset = nil, block = nil, backward = nil) ⇒ Search
Returns a new instance of Search.
2572 2573 2574 2575 2576 2577 2578 2579 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2572 def initialize(path = [], cwd = nil, cred = nil, offset = nil, block = nil, backward = nil) @path = path @cwd = cwd @cred = cred @offset = offset @block = block @backward = backward end |
Instance Attribute Details
#backward ⇒ Object
Returns the value of attribute backward.
2570 2571 2572 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2570 def backward @backward end |
#block ⇒ Object
Returns the value of attribute block.
2569 2570 2571 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2569 def block @block end |
#cred ⇒ Object
Returns the value of attribute cred.
2567 2568 2569 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2567 def cred @cred end |
#cwd ⇒ Object
Returns the value of attribute cwd.
2566 2567 2568 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2566 def cwd @cwd end |
#offset ⇒ Object
Returns the value of attribute offset.
2568 2569 2570 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2568 def offset @offset end |
#path ⇒ Object
Returns the value of attribute path.
2565 2566 2567 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2565 def path @path end |