Class: Virtuozzo::SOAP::Types::Scheduler::EventType::C_Data

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



1330
1331
1332
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1330

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

Instance Attribute Details

#event_dataObject

Returns the value of attribute event_data.



1328
1329
1330
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1328

def event_data
  @event_data
end