Class: Virtuozzo::SOAP::Types::EventLog::Get_eventsResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(event = nil) ⇒ Get_eventsResponse

Returns a new instance of Get_eventsResponse.



1970
1971
1972
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1970

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

Instance Attribute Details

#eventObject

Returns the value of attribute event.



1968
1969
1970
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1968

def event
  @event
end