Class: Virtuozzo::SOAP::Types::EventLog::Event_log_configurationType

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/event_logevent_log_configurationType

events - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(events = nil) ⇒ Event_log_configurationType

Returns a new instance of Event_log_configurationType.



1885
1886
1887
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1885

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

Instance Attribute Details

#eventsObject

Returns the value of attribute events.



1883
1884
1885
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1883

def events
  @events
end