Class: Virtuozzo::SOAP::Types::Alertm::Unsubscribe_alert
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Alertm::Unsubscribe_alert
- Defined in:
- lib/virtuozzo/soap/types/alertm.rb
Overview
Defined Under Namespace
Classes: Services
Instance Attribute Summary collapse
-
#eid_list ⇒ Object
Returns the value of attribute eid_list.
-
#email ⇒ Object
Returns the value of attribute email.
-
#services ⇒ Object
Returns the value of attribute services.
Instance Method Summary collapse
-
#initialize(eid_list = nil, email = nil, services = nil) ⇒ Unsubscribe_alert
constructor
A new instance of Unsubscribe_alert.
Constructor Details
#initialize(eid_list = nil, email = nil, services = nil) ⇒ Unsubscribe_alert
Returns a new instance of Unsubscribe_alert.
2047 2048 2049 2050 2051 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 2047 def initialize(eid_list = nil, email = nil, services = nil) @eid_list = eid_list @email = email @services = services end |
Instance Attribute Details
#eid_list ⇒ Object
Returns the value of attribute eid_list.
2043 2044 2045 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 2043 def eid_list @eid_list end |
#email ⇒ Object
Returns the value of attribute email.
2044 2045 2046 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 2044 def email @email end |
#services ⇒ Object
Returns the value of attribute services.
2045 2046 2047 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 2045 def services @services end |