Class: Virtuozzo::SOAP::Types::Alertm::Get_alerts
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Alertm::Get_alerts
- Defined in:
- lib/virtuozzo/soap/types/alertm.rb
Overview
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#eid_list ⇒ Object
Returns the value of attribute eid_list.
-
#env_type ⇒ Object
Returns the value of attribute env_type.
Instance Method Summary collapse
-
#initialize(eid_list = nil, category = nil, env_type = nil) ⇒ Get_alerts
constructor
A new instance of Get_alerts.
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
#category ⇒ Object
Returns the value of attribute category.
1995 1996 1997 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1995 def category @category end |
#eid_list ⇒ Object
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_type ⇒ Object
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 |