Class: Virtuozzo::SOAP::Types::Alertm::AlertmType
- Inherits:
-
Operator_functionalType
- Object
- OperatorType
- Operator_functionalType
- Virtuozzo::SOAP::Types::Alertm::AlertmType
- 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
Instance Attribute Summary collapse
-
#alert ⇒ Object
Returns the value of attribute alert.
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#error ⇒ Object
Returns the value of attribute error.
-
#get_alerts ⇒ Object
Returns the value of attribute get_alerts.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#subscribe_alert ⇒ Object
Returns the value of attribute subscribe_alert.
-
#unsubscribe_alert ⇒ Object
Returns the value of attribute unsubscribe_alert.
Instance Method Summary collapse
-
#initialize(configuration = nil, ok = [], error = [], get_alerts = [], subscribe_alert = [], unsubscribe_alert = [], alert = []) ⇒ AlertmType
constructor
A new instance of AlertmType.
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
#alert ⇒ Object
Returns the value of attribute alert.
1798 1799 1800 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1798 def alert @alert end |
#configuration ⇒ Object
Returns the value of attribute configuration.
1792 1793 1794 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1792 def configuration @configuration end |
#error ⇒ Object
Returns the value of attribute error.
1794 1795 1796 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1794 def error @error end |
#get_alerts ⇒ Object
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 |
#ok ⇒ Object
Returns the value of attribute ok.
1793 1794 1795 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1793 def ok @ok end |
#subscribe_alert ⇒ Object
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_alert ⇒ Object
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 |