Class: Virtuozzo::SOAP::Types::Alertm::EventType::C_Data

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

Overview

inner class for member: data http://www.swsoft.com/webservices/vzl/4.0.0/typesdata

event_data - Virtuozzo::SOAP::Types::Alerts::Event_dataType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(event_data = nil) ⇒ C_Data

Returns a new instance of C_Data.



1242
1243
1244
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1242

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

Instance Attribute Details

#event_dataObject

Returns the value of attribute event_data.



1240
1241
1242
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1240

def event_data
  @event_data
end