Class: Virtuozzo::SOAP::Types::Up2date::Connectivity_infoType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Up2date::Connectivity_infoType
- Defined in:
- lib/virtuozzo/soap/types/up2date.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesconnectivity_infoType
protocol - SOAP::SOAPString
address - SOAP::SOAPString
port - SOAP::SOAPUnsignedInt
Direct Known Subclasses
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#port ⇒ Object
Returns the value of attribute port.
-
#protocol ⇒ Object
Returns the value of attribute protocol.
Instance Method Summary collapse
-
#initialize(protocol = nil, address = nil, port = nil) ⇒ Connectivity_infoType
constructor
A new instance of Connectivity_infoType.
Constructor Details
#initialize(protocol = nil, address = nil, port = nil) ⇒ Connectivity_infoType
Returns a new instance of Connectivity_infoType.
1721 1722 1723 1724 1725 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1721 def initialize(protocol = nil, address = nil, port = nil) @protocol = protocol @address = address @port = port end |
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
1718 1719 1720 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1718 def address @address end |
#port ⇒ Object
Returns the value of attribute port.
1719 1720 1721 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1719 def port @port end |
#protocol ⇒ Object
Returns the value of attribute protocol.
1717 1718 1719 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1717 def protocol @protocol end |