Class: Virtuozzo::SOAP::Types::Processm::Connection_infoType

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



1553
1554
1555
1556
1557
1558
1559
# File 'lib/virtuozzo/soap/types/processm.rb', line 1553

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.



1548
1549
1550
# File 'lib/virtuozzo/soap/types/processm.rb', line 1548

def address
  @address
end

#loginObject

Returns the value of attribute login.



1550
1551
1552
# File 'lib/virtuozzo/soap/types/processm.rb', line 1550

def 
  @login
end

#passwordObject

Returns the value of attribute password.



1551
1552
1553
# File 'lib/virtuozzo/soap/types/processm.rb', line 1551

def password
  @password
end

#portObject

Returns the value of attribute port.



1549
1550
1551
# File 'lib/virtuozzo/soap/types/processm.rb', line 1549

def port
  @port
end

#protocolObject

Returns the value of attribute protocol.



1547
1548
1549
# File 'lib/virtuozzo/soap/types/processm.rb', line 1547

def protocol
  @protocol
end