Class: Virtuozzo::SOAP::Types::ResLog::EventType::C_Data

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



1228
1229
1230
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1228

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

Instance Attribute Details

#event_dataObject

Returns the value of attribute event_data.



1226
1227
1228
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1226

def event_data
  @event_data
end