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

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

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

Returns a new instance of ResourceType.



386
387
388
389
390
391
392
393
# File 'lib/virtuozzo/soap/types/process_info.rb', line 386

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