Method: Virtuozzo::SOAP::Types::EventLog::EnvType#initialize

Defined in:
lib/virtuozzo/soap/types/event_log.rb

#initialize(parent_eid = nil, eid = nil, status = nil, alert = nil, config = nil, virtual_config = nil) ⇒ EnvType

Returns a new instance of EnvType.



175
176
177
178
179
180
181
182
# File 'lib/virtuozzo/soap/types/event_log.rb', line 175

def initialize(parent_eid = nil, eid = nil, status = nil, alert = nil, config = nil, virtual_config = nil)
  @parent_eid = parent_eid
  @eid = eid
  @status = status
  @alert = alert
  @config = config
  @virtual_config = virtual_config
end