Class: Virtuozzo::SOAP::Types::Up2date::Connection_infoType
- Inherits:
-
Connectivity_infoType
- Object
- Connectivity_infoType
- Virtuozzo::SOAP::Types::Up2date::Connection_infoType
- Defined in:
- lib/virtuozzo/soap/types/up2date.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.
1741 1742 1743 1744 1745 1746 1747 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1741 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.
1736 1737 1738 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1736 def address @address end |
#login ⇒ Object
Returns the value of attribute login.
1738 1739 1740 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1738 def login @login end |
#password ⇒ Object
Returns the value of attribute password.
1739 1740 1741 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1739 def password @password end |
#port ⇒ Object
Returns the value of attribute port.
1737 1738 1739 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1737 def port @port end |
#protocol ⇒ Object
Returns the value of attribute protocol.
1735 1736 1737 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1735 def protocol @protocol end |