Class: Virtuozzo::SOAP::Types::Firewallm::EventType::C_Data

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(event_data = nil) ⇒ C_Data

Returns a new instance of C_Data.



1232
1233
1234
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1232

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

Instance Attribute Details

#event_dataObject

Returns the value of attribute event_data.



1230
1231
1232
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1230

def event_data
  @event_data
end