Class: Virtuozzo::SOAP::Types::Alertm::Configuration
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Alertm::Configuration
- Defined in:
- lib/virtuozzo/soap/types/alertm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/alertmconfiguration
support_email - SOAP::SOAPString
mute_alert_period - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#mute_alert_period ⇒ Object
Returns the value of attribute mute_alert_period.
-
#support_email ⇒ Object
Returns the value of attribute support_email.
Instance Method Summary collapse
-
#initialize(support_email = nil, mute_alert_period = nil) ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize(support_email = nil, mute_alert_period = nil) ⇒ Configuration
Returns a new instance of Configuration.
2061 2062 2063 2064 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 2061 def initialize(support_email = nil, mute_alert_period = nil) @support_email = support_email @mute_alert_period = mute_alert_period end |
Instance Attribute Details
#mute_alert_period ⇒ Object
Returns the value of attribute mute_alert_period.
2059 2060 2061 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 2059 def mute_alert_period @mute_alert_period end |
#support_email ⇒ Object
Returns the value of attribute support_email.
2058 2059 2060 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 2058 def support_email @support_email end |