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

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

#initialize(total = nil, used = nil, free = nil, avg = nil, min = nil, max = nil) ⇒ ResourceType

Returns a new instance of ResourceType.



388
389
390
391
392
393
394
395
# File 'lib/virtuozzo/soap/types/event_log.rb', line 388

def initialize(total = nil, used = nil, free = nil, avg = nil, min = nil, max = nil)
  @total = total
  @used = used
  @free = free
  @avg = avg
  @min = min
  @max = max
end