Class: Virtuozzo::SOAP::Types::Servicem::Alert_dataType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ Alert_dataType

Returns a new instance of Alert_dataType.



1180
1181
1182
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1180

def initialize(type = nil)
  @type = type
end

Instance Attribute Details

#typeObject

Returns the value of attribute type.



1178
1179
1180
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1178

def type
  @type
end