Class: Virtuozzo::SOAP::Types::Filer::Connection_infoType
- Inherits:
-
Connectivity_infoType
- Object
- Connectivity_infoType
- Virtuozzo::SOAP::Types::Filer::Connection_infoType
- Defined in:
- lib/virtuozzo/soap/types/filer.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::Filer::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.
1026 1027 1028 1029 1030 1031 1032 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1026 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.
1021 1022 1023 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1021 def address @address end |
#login ⇒ Object
Returns the value of attribute login.
1023 1024 1025 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1023 def login @login end |
#password ⇒ Object
Returns the value of attribute password.
1024 1025 1026 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1024 def password @password end |
#port ⇒ Object
Returns the value of attribute port.
1022 1023 1024 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1022 def port @port end |
#protocol ⇒ Object
Returns the value of attribute protocol.
1020 1021 1022 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1020 def protocol @protocol end |