Class: Virtuozzo::SOAP::Types::ResLog::Load_avg_statsType::L3

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

Overview

inner class for member: l3 http://www.swsoft.com/webservices/vzl/4.0.0/typesl3

avg - SOAP::SOAPLong
min - SOAP::SOAPLong
max - SOAP::SOAPLong
cur - SOAP::SOAPLong

Instance Attribute Summary collapse

Attributes inherited from StatsType

#hard, #soft, #total

Instance Method Summary collapse

Constructor Details

#initialize(avg = nil, min = nil, max = nil, cur = nil) ⇒ L3

Returns a new instance of L3.



761
762
763
764
765
766
# File 'lib/virtuozzo/soap/types/res_log.rb', line 761

def initialize(avg = nil, min = nil, max = nil, cur = nil)
  @avg = avg
  @min = min
  @max = max
  @cur = cur
end

Instance Attribute Details

#avgObject

Returns the value of attribute avg.



756
757
758
# File 'lib/virtuozzo/soap/types/res_log.rb', line 756

def avg
  @avg
end

#curObject

Returns the value of attribute cur.



759
760
761
# File 'lib/virtuozzo/soap/types/res_log.rb', line 759

def cur
  @cur
end

#maxObject

Returns the value of attribute max.



758
759
760
# File 'lib/virtuozzo/soap/types/res_log.rb', line 758

def max
  @max
end

#minObject

Returns the value of attribute min.



757
758
759
# File 'lib/virtuozzo/soap/types/res_log.rb', line 757

def min
  @min
end