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

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

#initialize(avg = nil, min = nil, max = nil, total = nil, cur = nil, soft = nil, hard = nil) ⇒ StatsType

Returns a new instance of StatsType.



428
429
430
431
432
433
434
435
436
# File 'lib/virtuozzo/soap/types/event_log.rb', line 428

def initialize(avg = nil, min = nil, max = nil, total = nil, cur = nil, soft = nil, hard = nil)
  @avg = avg
  @min = min
  @max = max
  @total = total
  @cur = cur
  @soft = soft
  @hard = hard
end