Class: Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Connection
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Connection
- Defined in:
- lib/virtuozzo/soap/types/up2date.rb
Overview
inner class for member: connection http://www.swsoft.com/webservices/vza/4.0.0/vzaup2dateconnection
server - SOAP::SOAPString
user - SOAP::SOAPBase64
password - SOAP::SOAPBase64
proxy - Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Connection::Proxy
local_path - SOAP::SOAPBase64
log_path - SOAP::SOAPBase64
Defined Under Namespace
Classes: Proxy
Instance Attribute Summary collapse
-
#local_path ⇒ Object
Returns the value of attribute local_path.
-
#log_path ⇒ Object
Returns the value of attribute log_path.
-
#password ⇒ Object
Returns the value of attribute password.
-
#proxy ⇒ Object
Returns the value of attribute proxy.
-
#server ⇒ Object
Returns the value of attribute server.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize(server = nil, user = nil, password = nil, proxy = nil, local_path = nil, log_path = nil) ⇒ Connection
constructor
A new instance of Connection.
Constructor Details
#initialize(server = nil, user = nil, password = nil, proxy = nil, local_path = nil, log_path = nil) ⇒ Connection
Returns a new instance of Connection.
67 68 69 70 71 72 73 74 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 67 def initialize(server = nil, user = nil, password = nil, proxy = nil, local_path = nil, log_path = nil) @server = server @user = user @password = password @proxy = proxy @local_path = local_path @log_path = log_path end |
Instance Attribute Details
#local_path ⇒ Object
Returns the value of attribute local_path.
64 65 66 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 64 def local_path @local_path end |
#log_path ⇒ Object
Returns the value of attribute log_path.
65 66 67 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 65 def log_path @log_path end |
#password ⇒ Object
Returns the value of attribute password.
62 63 64 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 62 def password @password end |
#proxy ⇒ Object
Returns the value of attribute proxy.
63 64 65 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 63 def proxy @proxy end |
#server ⇒ Object
Returns the value of attribute server.
60 61 62 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 60 def server @server end |
#user ⇒ Object
Returns the value of attribute user.
61 62 63 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 61 def user @user end |