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

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

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

Returns a new instance of UsageType.



1606
1607
1608
1609
1610
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1606

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