Class: Virtuozzo::SOAP::Types::Alertm::Subscribe_alert
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Alertm::Subscribe_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.
-
#name ⇒ Object
Returns the value of attribute name.
-
#services ⇒ Object
Returns the value of attribute services.
Instance Method Summary collapse
-
#initialize(eid_list = nil, email = nil, name = nil, services = nil) ⇒ Subscribe_alert
constructor
A new instance of Subscribe_alert.
Constructor Details
#initialize(eid_list = nil, email = nil, name = nil, services = nil) ⇒ Subscribe_alert
Returns a new instance of Subscribe_alert.
2022 2023 2024 2025 2026 2027 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 2022 def initialize(eid_list = nil, email = nil, name = nil, services = nil) @eid_list = eid_list @email = email @name = name @services = services end |
Instance Attribute Details
#eid_list ⇒ Object
Returns the value of attribute eid_list.
2017 2018 2019 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 2017 def eid_list @eid_list end |
#email ⇒ Object
Returns the value of attribute email.
2018 2019 2020 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 2018 def email @email end |
#name ⇒ Object
Returns the value of attribute name.
2019 2020 2021 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 2019 def name @name end |
#services ⇒ Object
Returns the value of attribute services.
2020 2021 2022 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 2020 def services @services end |