Class: Virtuozzo::SOAP::Types::Filer::Load_avg_statsType::L3

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



822
823
824
825
826
827
# File 'lib/virtuozzo/soap/types/filer.rb', line 822

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.



817
818
819
# File 'lib/virtuozzo/soap/types/filer.rb', line 817

def avg
  @avg
end

#curObject

Returns the value of attribute cur.



820
821
822
# File 'lib/virtuozzo/soap/types/filer.rb', line 820

def cur
  @cur
end

#maxObject

Returns the value of attribute max.



819
820
821
# File 'lib/virtuozzo/soap/types/filer.rb', line 819

def max
  @max
end

#minObject

Returns the value of attribute min.



818
819
820
# File 'lib/virtuozzo/soap/types/filer.rb', line 818

def min
  @min
end