Class: Virtuozzo::SOAP::Types::Authm::Connectivity_infoType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Authm::Connectivity_infoType
- Defined in:
- lib/virtuozzo/soap/types/authm.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.
935 936 937 938 939 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 935 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.
932 933 934 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 932 def address @address end |
#port ⇒ Object
Returns the value of attribute port.
933 934 935 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 933 def port @port end |
#protocol ⇒ Object
Returns the value of attribute protocol.
931 932 933 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 931 def protocol @protocol end |