Class: Virtuozzo::SOAP::Types::Filer::Alert_dataType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ Alert_dataType

Returns a new instance of Alert_dataType.



1217
1218
1219
# File 'lib/virtuozzo/soap/types/filer.rb', line 1217

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

Instance Attribute Details

#typeObject

Returns the value of attribute type.



1215
1216
1217
# File 'lib/virtuozzo/soap/types/filer.rb', line 1215

def type
  @type
end