Class: Virtuozzo::SOAP::Types::Resourcem::EventType::C_Data

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



1237
1238
1239
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1237

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

Instance Attribute Details

#event_dataObject

Returns the value of attribute event_data.



1235
1236
1237
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1235

def event_data
  @event_data
end