Class: Virtuozzo::SOAP::Types::Envm::Alert_dataType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ Alert_dataType

Returns a new instance of Alert_dataType.



1529
1530
1531
# File 'lib/virtuozzo/soap/types/envm.rb', line 1529

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

Instance Attribute Details

#typeObject

Returns the value of attribute type.



1527
1528
1529
# File 'lib/virtuozzo/soap/types/envm.rb', line 1527

def type
  @type
end