Class: Virtuozzo::SOAP::Types::Alertm::AlertmType

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

Overview

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

configuration - Virtuozzo::SOAP::Types::Alerts::ConfigurationType
ok - Virtuozzo::SOAP::Types::Alerts::AlertmType::Ok
error - Virtuozzo::SOAP::Types::Alerts::AlertmType::Error
get_alerts - Virtuozzo::SOAP::Types::Alerts::Get_alerts
subscribe_alert - Virtuozzo::SOAP::Types::Alerts::Subscribe_alert
unsubscribe_alert - Virtuozzo::SOAP::Types::Alerts::Unsubscribe_alert
alert - Virtuozzo::SOAP::Types::Alerts::EventType

Defined Under Namespace

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#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

Instance Attribute Details

#alertObject

Returns the value of attribute alert.



1798
1799
1800
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1798

def alert
  @alert
end

#configurationObject

Returns the value of attribute configuration.



1792
1793
1794
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1792

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



1794
1795
1796
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1794

def error
  @error
end

#get_alertsObject

Returns the value of attribute get_alerts.



1795
1796
1797
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1795

def get_alerts
  @get_alerts
end

#okObject

Returns the value of attribute ok.



1793
1794
1795
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1793

def ok
  @ok
end

#subscribe_alertObject

Returns the value of attribute subscribe_alert.



1796
1797
1798
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1796

def subscribe_alert
  @subscribe_alert
end

#unsubscribe_alertObject

Returns the value of attribute unsubscribe_alert.



1797
1798
1799
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1797

def unsubscribe_alert
  @unsubscribe_alert
end