Class: Virtuozzo::SOAP::Types::Alertm::OperatorType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/alertm.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/protocoloperatorType

configuration - Virtuozzo::SOAP::Types::Alerts::ConfigurationType

Direct Known Subclasses

Operator_functionalType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(configuration = nil) ⇒ OperatorType

Returns a new instance of OperatorType.



1718
1719
1720
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1718

def initialize(configuration = nil)
  @configuration = configuration
end

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



1716
1717
1718
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1716

def configuration
  @configuration
end