Class: Virtuozzo::SOAP::Types::Filer::Load_avg_statsType::L2

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



802
803
804
805
806
807
# File 'lib/virtuozzo/soap/types/filer.rb', line 802

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.



797
798
799
# File 'lib/virtuozzo/soap/types/filer.rb', line 797

def avg
  @avg
end

#curObject

Returns the value of attribute cur.



800
801
802
# File 'lib/virtuozzo/soap/types/filer.rb', line 800

def cur
  @cur
end

#maxObject

Returns the value of attribute max.



799
800
801
# File 'lib/virtuozzo/soap/types/filer.rb', line 799

def max
  @max
end

#minObject

Returns the value of attribute min.



798
799
800
# File 'lib/virtuozzo/soap/types/filer.rb', line 798

def min
  @min
end