Class: Virtuozzo::SOAP::Types::Packagem::Load_avg_statsType::L2

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



1371
1372
1373
1374
1375
1376
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1371

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.



1366
1367
1368
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1366

def avg
  @avg
end

#curObject

Returns the value of attribute cur.



1369
1370
1371
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1369

def cur
  @cur
end

#maxObject

Returns the value of attribute max.



1368
1369
1370
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1368

def max
  @max
end

#minObject

Returns the value of attribute min.



1367
1368
1369
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1367

def min
  @min
end