Class: Virtuozzo::SOAP::Types::Support::Load_avg_statsType::L3

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



1357
1358
1359
1360
1361
1362
# File 'lib/virtuozzo/soap/types/support.rb', line 1357

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.



1352
1353
1354
# File 'lib/virtuozzo/soap/types/support.rb', line 1352

def avg
  @avg
end

#curObject

Returns the value of attribute cur.



1355
1356
1357
# File 'lib/virtuozzo/soap/types/support.rb', line 1355

def cur
  @cur
end

#maxObject

Returns the value of attribute max.



1354
1355
1356
# File 'lib/virtuozzo/soap/types/support.rb', line 1354

def max
  @max
end

#minObject

Returns the value of attribute min.



1353
1354
1355
# File 'lib/virtuozzo/soap/types/support.rb', line 1353

def min
  @min
end