Class: Virtuozzo::SOAP::Types::Alertm::Connection_infoType
- Inherits:
-
Connectivity_infoType
- Object
- Connectivity_infoType
- Virtuozzo::SOAP::Types::Alertm::Connection_infoType
- Defined in:
- lib/virtuozzo/soap/types/alertm.rb
Overview
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.
917 918 919 920 921 922 923 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 917 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.
912 913 914 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 912 def address @address end |
#login ⇒ Object
Returns the value of attribute login.
914 915 916 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 914 def login @login end |
#password ⇒ Object
Returns the value of attribute password.
915 916 917 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 915 def password @password end |
#port ⇒ Object
Returns the value of attribute port.
913 914 915 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 913 def port @port end |
#protocol ⇒ Object
Returns the value of attribute protocol.
911 912 913 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 911 def protocol @protocol end |