Class: Virtuozzo::SOAP::Types::Alertm::Subscribe_alert

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

Overview

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

eid_list - Virtuozzo::SOAP::Types::Alerts::Eid_listType
email - SOAP::SOAPString
name - SOAP::SOAPString
services - Virtuozzo::SOAP::Types::Alerts::Subscribe_alert::Services

Defined Under Namespace

Classes: Services

Instance Attribute Summary collapse

Instance Method Summary collapse

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_listObject

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

#emailObject

Returns the value of attribute email.



2018
2019
2020
# File 'lib/virtuozzo/soap/types/alertm.rb', line 2018

def email
  @email
end

#nameObject

Returns the value of attribute name.



2019
2020
2021
# File 'lib/virtuozzo/soap/types/alertm.rb', line 2019

def name
  @name
end

#servicesObject

Returns the value of attribute services.



2020
2021
2022
# File 'lib/virtuozzo/soap/types/alertm.rb', line 2020

def services
  @services
end