Class: Virtuozzo::SOAP::Types::Authm::Alert_dataType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ Alert_dataType

Returns a new instance of Alert_dataType.



1181
1182
1183
# File 'lib/virtuozzo/soap/types/authm.rb', line 1181

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

Instance Attribute Details

#typeObject

Returns the value of attribute type.



1179
1180
1181
# File 'lib/virtuozzo/soap/types/authm.rb', line 1179

def type
  @type
end