Class: Virtuozzo::SOAP::Types::EventLog::Get_eventsResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::EventLog::Get_eventsResponse
- Defined in:
- lib/virtuozzo/soap/types/event_log.rb
Overview
Instance Attribute Summary collapse
-
#event ⇒ Object
Returns the value of attribute event.
Instance Method Summary collapse
-
#initialize(event = nil) ⇒ Get_eventsResponse
constructor
A new instance of Get_eventsResponse.
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
#event ⇒ Object
Returns the value of attribute event.
1968 1969 1970 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1968 def event @event end |