Class: Virtuozzo::SOAP::Types::Filer::NavigateType

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

Overview

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

path - SOAP::SOAPBase64
cwd - SOAP::SOAPBase64
cred - Virtuozzo::SOAP::Types::Filer::CredType

Direct Known Subclasses

Chmod, Chown, Copy, Link, List, Mkdir, Move, Navigate_wildType, Readlink, Remove, Search, Stat

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NavigateType.



17
18
19
20
21
# File 'lib/virtuozzo/soap/types/filer.rb', line 17

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

Instance Attribute Details

#credObject

Returns the value of attribute cred.



15
16
17
# File 'lib/virtuozzo/soap/types/filer.rb', line 15

def cred
  @cred
end

#cwdObject

Returns the value of attribute cwd.



14
15
16
# File 'lib/virtuozzo/soap/types/filer.rb', line 14

def cwd
  @cwd
end

#pathObject

Returns the value of attribute path.



13
14
15
# File 'lib/virtuozzo/soap/types/filer.rb', line 13

def path
  @path
end