Class: Virtuozzo::SOAP::Types::Filer::Search

Inherits:
NavigateType show all
Defined in:
lib/virtuozzo/soap/types/filer.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/filersearch

path - SOAP::SOAPBase64
cwd - SOAP::SOAPBase64
cred - Virtuozzo::SOAP::Types::Filer::CredType
offset - SOAP::SOAPLong
block - SOAP::SOAPBase64
backward - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#backwardObject

Returns the value of attribute backward.



2570
2571
2572
# File 'lib/virtuozzo/soap/types/filer.rb', line 2570

def backward
  @backward
end

#blockObject

Returns the value of attribute block.



2569
2570
2571
# File 'lib/virtuozzo/soap/types/filer.rb', line 2569

def block
  @block
end

#credObject

Returns the value of attribute cred.



2567
2568
2569
# File 'lib/virtuozzo/soap/types/filer.rb', line 2567

def cred
  @cred
end

#cwdObject

Returns the value of attribute cwd.



2566
2567
2568
# File 'lib/virtuozzo/soap/types/filer.rb', line 2566

def cwd
  @cwd
end

#offsetObject

Returns the value of attribute offset.



2568
2569
2570
# File 'lib/virtuozzo/soap/types/filer.rb', line 2568

def offset
  @offset
end

#pathObject

Returns the value of attribute path.



2565
2566
2567
# File 'lib/virtuozzo/soap/types/filer.rb', line 2565

def path
  @path
end