Class: Virtuozzo::SOAP::Types::Processm::Alert_dataType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ Alert_dataType

Returns a new instance of Alert_dataType.



1884
1885
1886
# File 'lib/virtuozzo/soap/types/processm.rb', line 1884

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

Instance Attribute Details

#typeObject

Returns the value of attribute type.



1882
1883
1884
# File 'lib/virtuozzo/soap/types/processm.rb', line 1882

def type
  @type
end