Class: Virtuozzo::SOAP::Types::Resourcem::Alert_dataType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ Alert_dataType

Returns a new instance of Alert_dataType.



1166
1167
1168
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1166

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

Instance Attribute Details

#typeObject

Returns the value of attribute type.



1164
1165
1166
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1164

def type
  @type
end