Class: Virtuozzo::SOAP::Types::ResLog::StatsType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/res_log.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesstatsType

avg - SOAP::SOAPLong
min - SOAP::SOAPLong
max - SOAP::SOAPLong
total - SOAP::SOAPLong
cur - SOAP::SOAPLong
soft - SOAP::SOAPLong
hard - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of StatsType.



476
477
478
479
480
481
482
483
484
# File 'lib/virtuozzo/soap/types/res_log.rb', line 476

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

Instance Attribute Details

#avgObject

Returns the value of attribute avg.



468
469
470
# File 'lib/virtuozzo/soap/types/res_log.rb', line 468

def avg
  @avg
end

#curObject

Returns the value of attribute cur.



472
473
474
# File 'lib/virtuozzo/soap/types/res_log.rb', line 472

def cur
  @cur
end

#hardObject

Returns the value of attribute hard.



474
475
476
# File 'lib/virtuozzo/soap/types/res_log.rb', line 474

def hard
  @hard
end

#maxObject

Returns the value of attribute max.



470
471
472
# File 'lib/virtuozzo/soap/types/res_log.rb', line 470

def max
  @max
end

#minObject

Returns the value of attribute min.



469
470
471
# File 'lib/virtuozzo/soap/types/res_log.rb', line 469

def min
  @min
end

#softObject

Returns the value of attribute soft.



473
474
475
# File 'lib/virtuozzo/soap/types/res_log.rb', line 473

def soft
  @soft
end

#totalObject

Returns the value of attribute total.



471
472
473
# File 'lib/virtuozzo/soap/types/res_log.rb', line 471

def total
  @total
end