Class: Virtuozzo::SOAP::Types::Relocator::Alert_dataType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ Alert_dataType

Returns a new instance of Alert_dataType.



1934
1935
1936
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1934

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

Instance Attribute Details

#typeObject

Returns the value of attribute type.



1932
1933
1934
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1932

def type
  @type
end