Class: Virtuozzo::SOAP::Types::Packagem::Load_avg_statsType::L1

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

Overview

inner class for member: l1 http://www.swsoft.com/webservices/vzl/4.0.0/typesl1

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

Returns a new instance of L1.



1351
1352
1353
1354
1355
1356
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1351

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.



1346
1347
1348
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1346

def avg
  @avg
end

#curObject

Returns the value of attribute cur.



1349
1350
1351
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1349

def cur
  @cur
end

#maxObject

Returns the value of attribute max.



1348
1349
1350
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1348

def max
  @max
end

#minObject

Returns the value of attribute min.



1347
1348
1349
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1347

def min
  @min
end