Class: Virtuozzo::SOAP::Types::Userm::Load_avg_statsType::L1

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



673
674
675
676
677
678
# File 'lib/virtuozzo/soap/types/userm.rb', line 673

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.



668
669
670
# File 'lib/virtuozzo/soap/types/userm.rb', line 668

def avg
  @avg
end

#curObject

Returns the value of attribute cur.



671
672
673
# File 'lib/virtuozzo/soap/types/userm.rb', line 671

def cur
  @cur
end

#maxObject

Returns the value of attribute max.



670
671
672
# File 'lib/virtuozzo/soap/types/userm.rb', line 670

def max
  @max
end

#minObject

Returns the value of attribute min.



669
670
671
# File 'lib/virtuozzo/soap/types/userm.rb', line 669

def min
  @min
end