Class: Virtuozzo::SOAP::Types::Authm::Connection_infoType
- Inherits:
-
Connectivity_infoType
- Object
- Connectivity_infoType
- Virtuozzo::SOAP::Types::Authm::Connection_infoType
- Defined in:
- lib/virtuozzo/soap/types/authm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesconnection_infoType
protocol - SOAP::SOAPString
address - SOAP::SOAPString
port - SOAP::SOAPUnsignedInt
login - Virtuozzo::SOAP::Types::Authm::Auth_nameType
password - SOAP::SOAPBase64
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#login ⇒ Object
Returns the value of attribute login.
-
#password ⇒ Object
Returns the value of attribute password.
-
#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, login = nil, password = nil) ⇒ Connection_infoType
constructor
A new instance of Connection_infoType.
Constructor Details
#initialize(protocol = nil, address = nil, port = nil, login = nil, password = nil) ⇒ Connection_infoType
Returns a new instance of Connection_infoType.
955 956 957 958 959 960 961 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 955 def initialize(protocol = nil, address = nil, port = nil, login = nil, password = nil) @protocol = protocol @address = address @port = port @login = login @password = password end |
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
950 951 952 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 950 def address @address end |
#login ⇒ Object
Returns the value of attribute login.
952 953 954 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 952 def login @login end |
#password ⇒ Object
Returns the value of attribute password.
953 954 955 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 953 def password @password end |
#port ⇒ Object
Returns the value of attribute port.
951 952 953 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 951 def port @port end |
#protocol ⇒ Object
Returns the value of attribute protocol.
949 950 951 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 949 def protocol @protocol end |