Method: Virtuozzo::SOAP::Types::Alertm::AlertmType#initialize
- Defined in:
- lib/virtuozzo/soap/types/alertm.rb
#initialize(configuration = nil, ok = [], error = [], get_alerts = [], subscribe_alert = [], unsubscribe_alert = [], alert = []) ⇒ AlertmType
Returns a new instance of AlertmType.
1800 1801 1802 1803 1804 1805 1806 1807 1808 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1800 def initialize(configuration = nil, ok = [], error = [], get_alerts = [], subscribe_alert = [], unsubscribe_alert = [], alert = []) @configuration = configuration @ok = ok @error = error @get_alerts = get_alerts @subscribe_alert = subscribe_alert @unsubscribe_alert = unsubscribe_alert @alert = alert end |