Class: Virtuozzo::SOAP::Types::Envm::EventType::C_Data

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

Overview

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

event_data - Virtuozzo::SOAP::Types::Envm::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.



1600
1601
1602
# File 'lib/virtuozzo/soap/types/envm.rb', line 1600

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

Instance Attribute Details

#event_dataObject

Returns the value of attribute event_data.



1598
1599
1600
# File 'lib/virtuozzo/soap/types/envm.rb', line 1598

def event_data
  @event_data
end