Class: Virtuozzo::SOAP::Types::Up2date::OperatorType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Up2date::OperatorType
- Defined in:
- lib/virtuozzo/soap/types/up2date.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/protocoloperatorType
configuration - Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType_
Direct Known Subclasses
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
Instance Method Summary collapse
-
#initialize(configuration = nil) ⇒ OperatorType
constructor
A new instance of OperatorType.
Constructor Details
#initialize(configuration = nil) ⇒ OperatorType
Returns a new instance of OperatorType.
554 555 556 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 554 def initialize(configuration = nil) @configuration = configuration end |
Instance Attribute Details
#configuration ⇒ Object
Returns the value of attribute configuration.
552 553 554 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 552 def configuration @configuration end |