Class: Virtuozzo::SOAP::Types::Packagem::Connection_infoType

Inherits:
Connectivity_infoType show all
Defined in:
lib/virtuozzo/soap/types/packagem.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::Packagem::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.



1595
1596
1597
1598
1599
1600
1601
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1595

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.



1590
1591
1592
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1590

def address
  @address
end

#loginObject

Returns the value of attribute login.



1592
1593
1594
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1592

def 
  @login
end

#passwordObject

Returns the value of attribute password.



1593
1594
1595
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1593

def password
  @password
end

#portObject

Returns the value of attribute port.



1591
1592
1593
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1591

def port
  @port
end

#protocolObject

Returns the value of attribute protocol.



1589
1590
1591
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1589

def protocol
  @protocol
end