Class: Virtuozzo::SOAP::Types::Support::Load_avg_statsType::L1

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



1317
1318
1319
1320
1321
1322
# File 'lib/virtuozzo/soap/types/support.rb', line 1317

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.



1312
1313
1314
# File 'lib/virtuozzo/soap/types/support.rb', line 1312

def avg
  @avg
end

#curObject

Returns the value of attribute cur.



1315
1316
1317
# File 'lib/virtuozzo/soap/types/support.rb', line 1315

def cur
  @cur
end

#maxObject

Returns the value of attribute max.



1314
1315
1316
# File 'lib/virtuozzo/soap/types/support.rb', line 1314

def max
  @max
end

#minObject

Returns the value of attribute min.



1313
1314
1315
# File 'lib/virtuozzo/soap/types/support.rb', line 1313

def min
  @min
end