Class: Virtuozzo::SOAP::Types::PerfMon::Alert_dataType
- Inherits:
-
Event_dataType
- Object
- Event_dataType
- Virtuozzo::SOAP::Types::PerfMon::Alert_dataType
- Defined in:
- lib/virtuozzo/soap/types/perf_mon.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesalert_dataType
type - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = nil) ⇒ Alert_dataType
constructor
A new instance of Alert_dataType.
Constructor Details
#initialize(type = nil) ⇒ Alert_dataType
Returns a new instance of Alert_dataType.
1137 1138 1139 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1137 def initialize(type = nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type.
1135 1136 1137 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1135 def type @type end |