Class: Virtuozzo::SOAP::Types::Alertm::Get_alerts

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

Overview

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

eid_list - Virtuozzo::SOAP::Types::Alerts::Eid_listType
category - SOAP::SOAPString
env_type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid_list = nil, category = nil, env_type = nil) ⇒ Get_alerts

Returns a new instance of Get_alerts.



1998
1999
2000
2001
2002
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1998

def initialize(eid_list = nil, category = nil, env_type = nil)
  @eid_list = eid_list
  @category = category
  @env_type = env_type
end

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



1995
1996
1997
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1995

def category
  @category
end

#eid_listObject

Returns the value of attribute eid_list.



1994
1995
1996
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1994

def eid_list
  @eid_list
end

#env_typeObject

Returns the value of attribute env_type.



1996
1997
1998
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1996

def env_type
  @env_type
end