Class: Virtuozzo::SOAP::Types::ResLog::Connection_infoType

Inherits:
Connectivity_infoType show all
Defined in:
lib/virtuozzo/soap/types/res_log.rb

Overview

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

protocol - SOAP::SOAPString
address - SOAP::SOAPString
port - SOAP::SOAPUnsignedInt
 - Virtuozzo::SOAP::Types::ResLog::Auth_nameType
password - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(protocol = nil, address = nil, port = nil, login = nil, password = nil) ⇒ Connection_infoType

Returns a new instance of Connection_infoType.



965
966
967
968
969
970
971
# File 'lib/virtuozzo/soap/types/res_log.rb', line 965

def initialize(protocol = nil, address = nil, port = nil,  = nil, password = nil)
  @protocol = protocol
  @address = address
  @port = port
  @login = 
  @password = password
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.



960
961
962
# File 'lib/virtuozzo/soap/types/res_log.rb', line 960

def address
  @address
end

#loginObject

Returns the value of attribute login.



962
963
964
# File 'lib/virtuozzo/soap/types/res_log.rb', line 962

def 
  @login
end

#passwordObject

Returns the value of attribute password.



963
964
965
# File 'lib/virtuozzo/soap/types/res_log.rb', line 963

def password
  @password
end

#portObject

Returns the value of attribute port.



961
962
963
# File 'lib/virtuozzo/soap/types/res_log.rb', line 961

def port
  @port
end

#protocolObject

Returns the value of attribute protocol.



959
960
961
# File 'lib/virtuozzo/soap/types/res_log.rb', line 959

def protocol
  @protocol
end