Method: Virtuozzo::SOAP::Types::ResLog::UsageType#initialize

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

#initialize(total = nil, used = nil, free = nil) ⇒ UsageType

Returns a new instance of UsageType.



830
831
832
833
834
# File 'lib/virtuozzo/soap/types/res_log.rb', line 830

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