Class: Virtuozzo::SOAP::Types::Processm::StatsType

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesstatsType

avg - SOAP::SOAPLong
min - SOAP::SOAPLong
max - SOAP::SOAPLong
total - SOAP::SOAPLong
cur - SOAP::SOAPLong
soft - SOAP::SOAPLong
hard - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(avg = nil, min = nil, max = nil, total = nil, cur = nil, soft = nil, hard = nil) ⇒ StatsType

Returns a new instance of StatsType.



1064
1065
1066
1067
1068
1069
1070
1071
1072
# File 'lib/virtuozzo/soap/types/processm.rb', line 1064

def initialize(avg = nil, min = nil, max = nil, total = nil, cur = nil, soft = nil, hard = nil)
  @avg = avg
  @min = min
  @max = max
  @total = total
  @cur = cur
  @soft = soft
  @hard = hard
end

Instance Attribute Details

#avgObject

Returns the value of attribute avg.



1056
1057
1058
# File 'lib/virtuozzo/soap/types/processm.rb', line 1056

def avg
  @avg
end

#curObject

Returns the value of attribute cur.



1060
1061
1062
# File 'lib/virtuozzo/soap/types/processm.rb', line 1060

def cur
  @cur
end

#hardObject

Returns the value of attribute hard.



1062
1063
1064
# File 'lib/virtuozzo/soap/types/processm.rb', line 1062

def hard
  @hard
end

#maxObject

Returns the value of attribute max.



1058
1059
1060
# File 'lib/virtuozzo/soap/types/processm.rb', line 1058

def max
  @max
end

#minObject

Returns the value of attribute min.



1057
1058
1059
# File 'lib/virtuozzo/soap/types/processm.rb', line 1057

def min
  @min
end

#softObject

Returns the value of attribute soft.



1061
1062
1063
# File 'lib/virtuozzo/soap/types/processm.rb', line 1061

def soft
  @soft
end

#totalObject

Returns the value of attribute total.



1059
1060
1061
# File 'lib/virtuozzo/soap/types/processm.rb', line 1059

def total
  @total
end