Class: Virtuozzo::SOAP::Types::EnvSamplem::Load_avg_statsType::L3

Inherits:
StatsType
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/env_samplem.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.



713
714
715
716
717
718
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 713

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.



708
709
710
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 708

def avg
  @avg
end

#curObject

Returns the value of attribute cur.



711
712
713
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 711

def cur
  @cur
end

#maxObject

Returns the value of attribute max.



710
711
712
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 710

def max
  @max
end

#minObject

Returns the value of attribute min.



709
710
711
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 709

def min
  @min
end