Class: Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Connection

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

Overview

inner class for member: connection http://www.swsoft.com/webservices/vza/4.0.0/vzaup2dateconnection

server - SOAP::SOAPString
user - SOAP::SOAPBase64
password - SOAP::SOAPBase64
proxy - Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Connection::Proxy
local_path - SOAP::SOAPBase64
log_path - SOAP::SOAPBase64

Defined Under Namespace

Classes: Proxy

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(server = nil, user = nil, password = nil, proxy = nil, local_path = nil, log_path = nil) ⇒ Connection

Returns a new instance of Connection.



67
68
69
70
71
72
73
74
# File 'lib/virtuozzo/soap/types/up2date.rb', line 67

def initialize(server = nil, user = nil, password = nil, proxy = nil, local_path = nil, log_path = nil)
  @server = server
  @user = user
  @password = password
  @proxy = proxy
  @local_path = local_path
  @log_path = log_path
end

Instance Attribute Details

#local_pathObject

Returns the value of attribute local_path.



64
65
66
# File 'lib/virtuozzo/soap/types/up2date.rb', line 64

def local_path
  @local_path
end

#log_pathObject

Returns the value of attribute log_path.



65
66
67
# File 'lib/virtuozzo/soap/types/up2date.rb', line 65

def log_path
  @log_path
end

#passwordObject

Returns the value of attribute password.



62
63
64
# File 'lib/virtuozzo/soap/types/up2date.rb', line 62

def password
  @password
end

#proxyObject

Returns the value of attribute proxy.



63
64
65
# File 'lib/virtuozzo/soap/types/up2date.rb', line 63

def proxy
  @proxy
end

#serverObject

Returns the value of attribute server.



60
61
62
# File 'lib/virtuozzo/soap/types/up2date.rb', line 60

def server
  @server
end

#userObject

Returns the value of attribute user.



61
62
63
# File 'lib/virtuozzo/soap/types/up2date.rb', line 61

def user
  @user
end