Class: Virtuozzo::SOAP::Types::Relocator::EventType::C_Data

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

Overview

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

event_data - Virtuozzo::SOAP::Drivers::Relocator::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.



2005
2006
2007
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2005

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

Instance Attribute Details

#event_dataObject

Returns the value of attribute event_data.



2003
2004
2005
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2003

def event_data
  @event_data
end