Class: Virtuozzo::SOAP::Types::EventLog::Event_logType

Inherits:
Operator_functionalType show all
Defined in:
lib/virtuozzo/soap/types/event_log.rb

Overview

Defined Under Namespace

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(configuration = nil, ok = [], error = [], get_events = [], event = []) ⇒ Event_logType

Returns a new instance of Event_logType.



1734
1735
1736
1737
1738
1739
1740
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1734

def initialize(configuration = nil, ok = [], error = [], get_events = [], event = [])
  @configuration = configuration
  @ok = ok
  @error = error
  @get_events = get_events
  @event = event
end

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



1728
1729
1730
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1728

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



1730
1731
1732
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1730

def error
  @error
end

#eventObject

Returns the value of attribute event.



1732
1733
1734
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1732

def event
  @event
end

#get_eventsObject

Returns the value of attribute get_events.



1731
1732
1733
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1731

def get_events
  @get_events
end

#okObject

Returns the value of attribute ok.



1729
1730
1731
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1729

def ok
  @ok
end