Class: Virtuozzo::SOAP::Types::Mailer::Alert_dataType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ Alert_dataType

Returns a new instance of Alert_dataType.



1122
1123
1124
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1122

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

Instance Attribute Details

#typeObject

Returns the value of attribute type.



1120
1121
1122
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1120

def type
  @type
end