Class: Virtuozzo::SOAP::Types::ResLog::Alert_dataType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ Alert_dataType

Returns a new instance of Alert_dataType.



1157
1158
1159
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1157

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

Instance Attribute Details

#typeObject

Returns the value of attribute type.



1155
1156
1157
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1155

def type
  @type
end