Class: Virtuozzo::SOAP::Types::Support::EventType::C_Data

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

Overview

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

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



1964
1965
1966
# File 'lib/virtuozzo/soap/types/support.rb', line 1964

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

Instance Attribute Details

#event_dataObject

Returns the value of attribute event_data.



1962
1963
1964
# File 'lib/virtuozzo/soap/types/support.rb', line 1962

def event_data
  @event_data
end