Class: Virtuozzo::SOAP::Types::Firewallm::Alert_dataType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ Alert_dataType

Returns a new instance of Alert_dataType.



1161
1162
1163
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1161

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

Instance Attribute Details

#typeObject

Returns the value of attribute type.



1159
1160
1161
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1159

def type
  @type
end