Class: Virtuozzo::SOAP::Types::Up2date::Get_configResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Up2date::Get_configResponse
- Defined in:
- lib/virtuozzo/soap/types/up2date.rb
Overview
http://www.swsoft.com/webservices/vza/4.0.0/vzaup2dateget_configResponse
config - Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
Instance Method Summary collapse
-
#initialize(config = nil) ⇒ Get_configResponse
constructor
A new instance of Get_configResponse.
Constructor Details
#initialize(config = nil) ⇒ Get_configResponse
Returns a new instance of Get_configResponse.
2365 2366 2367 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2365 def initialize(config = nil) @config = config end |
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config.
2363 2364 2365 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2363 def config @config end |