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

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

Overview

inner class for member: proxy http://www.swsoft.com/webservices/vza/4.0.0/vzaup2dateproxy

type - Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Connection::Proxy::Type
server - SOAP::SOAPString
user - SOAP::SOAPBase64
password - SOAP::SOAPBase64

Defined Under Namespace

Classes: Type

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, server = nil, user = nil, password = nil) ⇒ Proxy

Returns a new instance of Proxy.



52
53
54
55
56
57
# File 'lib/virtuozzo/soap/types/up2date.rb', line 52

def initialize(type = nil, server = nil, user = nil, password = nil)
  @type = type
  @server = server
  @user = user
  @password = password
end

Instance Attribute Details

#passwordObject

Returns the value of attribute password.



50
51
52
# File 'lib/virtuozzo/soap/types/up2date.rb', line 50

def password
  @password
end

#serverObject

Returns the value of attribute server.



48
49
50
# File 'lib/virtuozzo/soap/types/up2date.rb', line 48

def server
  @server
end

#typeObject

Returns the value of attribute type.



47
48
49
# File 'lib/virtuozzo/soap/types/up2date.rb', line 47

def type
  @type
end

#userObject

Returns the value of attribute user.



49
50
51
# File 'lib/virtuozzo/soap/types/up2date.rb', line 49

def user
  @user
end