Class: Virtuozzo::SOAP::Types::Devm::Alert_dataType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ Alert_dataType

Returns a new instance of Alert_dataType.



1967
1968
1969
# File 'lib/virtuozzo/soap/types/devm.rb', line 1967

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

Instance Attribute Details

#typeObject

Returns the value of attribute type.



1965
1966
1967
# File 'lib/virtuozzo/soap/types/devm.rb', line 1965

def type
  @type
end