Class: Virtuozzo::SOAP::Types::ProcInfo::Alert_dataType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ Alert_dataType

Returns a new instance of Alert_dataType.



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

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

Instance Attribute Details

#typeObject

Returns the value of attribute type.



1105
1106
1107
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1105

def type
  @type
end