Class: Virtuozzo::SOAP::Types::Userm::Alert_dataType

Inherits:
Event_dataType show all
Defined in:
lib/virtuozzo/soap/types/userm.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ Alert_dataType

Returns a new instance of Alert_dataType.



1109
1110
1111
# File 'lib/virtuozzo/soap/types/userm.rb', line 1109

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

Instance Attribute Details

#typeObject

Returns the value of attribute type.



1107
1108
1109
# File 'lib/virtuozzo/soap/types/userm.rb', line 1107

def type
  @type
end