Class: Virtuozzo::SOAP::Types::Filer::Navigate_wildType

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

Overview

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

path - SOAP::SOAPBase64
cwd - SOAP::SOAPBase64
cred - Virtuozzo::SOAP::Types::Filer::CredType
wildcard - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path = [], cwd = nil, cred = nil, wildcard = nil) ⇒ Navigate_wildType

Returns a new instance of Navigate_wildType.



35
36
37
38
39
40
# File 'lib/virtuozzo/soap/types/filer.rb', line 35

def initialize(path = [], cwd = nil, cred = nil, wildcard = nil)
  @path = path
  @cwd = cwd
  @cred = cred
  @wildcard = wildcard
end

Instance Attribute Details

#credObject

Returns the value of attribute cred.



32
33
34
# File 'lib/virtuozzo/soap/types/filer.rb', line 32

def cred
  @cred
end

#cwdObject

Returns the value of attribute cwd.



31
32
33
# File 'lib/virtuozzo/soap/types/filer.rb', line 31

def cwd
  @cwd
end

#pathObject

Returns the value of attribute path.



30
31
32
# File 'lib/virtuozzo/soap/types/filer.rb', line 30

def path
  @path
end

#wildcardObject

Returns the value of attribute wildcard.



33
34
35
# File 'lib/virtuozzo/soap/types/filer.rb', line 33

def wildcard
  @wildcard
end