Class: Virtuozzo::SOAP::Types::Scheduler::Load_avg_statsType::L2

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

Overview

inner class for member: l2 http://www.swsoft.com/webservices/vzl/4.0.0/typesl2

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) ⇒ L2

Returns a new instance of L2.



844
845
846
847
848
849
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 844

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.



839
840
841
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 839

def avg
  @avg
end

#curObject

Returns the value of attribute cur.



842
843
844
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 842

def cur
  @cur
end

#maxObject

Returns the value of attribute max.



841
842
843
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 841

def max
  @max
end

#minObject

Returns the value of attribute min.



840
841
842
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 840

def min
  @min
end