Method: Virtuozzo::SOAP::Types::Mailer::ResourceType#initialize
- Defined in:
- lib/virtuozzo/soap/types/mailer.rb
#initialize(total = nil, used = nil, free = nil, avg = nil, min = nil, max = nil) ⇒ ResourceType
Returns a new instance of ResourceType.
401 402 403 404 405 406 407 408 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 401 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 |