Class: Virtuozzo::SOAP::Types::Filer::List

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

Overview

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

path - SOAP::SOAPBase64
cwd - SOAP::SOAPBase64
cred - Virtuozzo::SOAP::Types::Filer::CredType
usage - Virtuozzo::SOAP::Types::Filer::List::Usage
follow_links - (any)
filter - Virtuozzo::SOAP::Types::Filer::List::Filter
recursively - (any)
info - Virtuozzo::SOAP::Types::Filer::Info

Defined Under Namespace

Classes: Filter, Usage

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path = [], cwd = nil, cred = nil, usage = nil, follow_links = nil, filter = [], recursively = nil, info = nil) ⇒ List

Returns a new instance of List.



2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
# File 'lib/virtuozzo/soap/types/filer.rb', line 2216

def initialize(path = [], cwd = nil, cred = nil, usage = nil, follow_links = nil, filter = [], recursively = nil, info = nil)
  @path = path
  @cwd = cwd
  @cred = cred
  @usage = usage
  @follow_links = follow_links
  @filter = filter
  @recursively = recursively
  @info = info
end

Instance Attribute Details

#credObject

Returns the value of attribute cred.



2209
2210
2211
# File 'lib/virtuozzo/soap/types/filer.rb', line 2209

def cred
  @cred
end

#cwdObject

Returns the value of attribute cwd.



2208
2209
2210
# File 'lib/virtuozzo/soap/types/filer.rb', line 2208

def cwd
  @cwd
end

#filterObject

Returns the value of attribute filter.



2212
2213
2214
# File 'lib/virtuozzo/soap/types/filer.rb', line 2212

def filter
  @filter
end

Returns the value of attribute follow_links.



2211
2212
2213
# File 'lib/virtuozzo/soap/types/filer.rb', line 2211

def follow_links
  @follow_links
end

#infoObject

Returns the value of attribute info.



2214
2215
2216
# File 'lib/virtuozzo/soap/types/filer.rb', line 2214

def info
  @info
end

#pathObject

Returns the value of attribute path.



2207
2208
2209
# File 'lib/virtuozzo/soap/types/filer.rb', line 2207

def path
  @path
end

#recursivelyObject

Returns the value of attribute recursively.



2213
2214
2215
# File 'lib/virtuozzo/soap/types/filer.rb', line 2213

def recursively
  @recursively
end

#usageObject

Returns the value of attribute usage.



2210
2211
2212
# File 'lib/virtuozzo/soap/types/filer.rb', line 2210

def usage
  @usage
end