Class: Virtuozzo::SOAP::Types::Alertm::Resource_alertType
- Inherits:
-
Alert_dataType
- Object
- Event_dataType
- Alert_dataType
- Virtuozzo::SOAP::Types::Alertm::Resource_alertType
- Defined in:
- lib/virtuozzo/soap/types/alertm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/alertmresource_alertType
type - SOAP::SOAPInt
eid - (any)
m_class - SOAP::SOAPString
instance - SOAP::SOAPString
counter - SOAP::SOAPString
cur - SOAP::SOAPAnySimpleType
hard - SOAP::SOAPAnySimpleType
soft - SOAP::SOAPAnySimpleType
Instance Attribute Summary collapse
-
#counter ⇒ Object
Returns the value of attribute counter.
-
#cur ⇒ Object
Returns the value of attribute cur.
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#hard ⇒ Object
Returns the value of attribute hard.
-
#instance ⇒ Object
Returns the value of attribute instance.
-
#soft ⇒ Object
Returns the value of attribute soft.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = nil, eid = nil, v_class = nil, instance = nil, counter = nil, cur = nil, hard = nil, soft = nil) ⇒ Resource_alertType
constructor
A new instance of Resource_alertType.
- #m_class ⇒ Object
- #m_class=(value) ⇒ Object
Constructor Details
#initialize(type = nil, eid = nil, v_class = nil, instance = nil, counter = nil, cur = nil, hard = nil, soft = nil) ⇒ Resource_alertType
Returns a new instance of Resource_alertType.
1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1139 def initialize(type = nil, eid = nil, v_class = nil, instance = nil, counter = nil, cur = nil, hard = nil, soft = nil) @type = type @eid = eid @v_class = v_class @instance = instance @counter = counter @cur = cur @hard = hard @soft = soft end |
Instance Attribute Details
#counter ⇒ Object
Returns the value of attribute counter.
1126 1127 1128 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1126 def counter @counter end |
#cur ⇒ Object
Returns the value of attribute cur.
1127 1128 1129 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1127 def cur @cur end |
#eid ⇒ Object
Returns the value of attribute eid.
1124 1125 1126 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1124 def eid @eid end |
#hard ⇒ Object
Returns the value of attribute hard.
1128 1129 1130 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1128 def hard @hard end |
#instance ⇒ Object
Returns the value of attribute instance.
1125 1126 1127 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1125 def instance @instance end |
#soft ⇒ Object
Returns the value of attribute soft.
1129 1130 1131 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1129 def soft @soft end |
#type ⇒ Object
Returns the value of attribute type.
1123 1124 1125 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1123 def type @type end |
Instance Method Details
#m_class ⇒ Object
1131 1132 1133 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1131 def m_class @v_class end |
#m_class=(value) ⇒ Object
1135 1136 1137 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1135 def m_class=(value) @v_class = value end |