Class: Virtuozzo::SOAP::Types::Mailer::EventType::C_Data

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/mailer.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.



1193
1194
1195
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1193

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

Instance Attribute Details

#event_dataObject

Returns the value of attribute event_data.



1191
1192
1193
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1191

def event_data
  @event_data
end