Class: Virtuozzo::SOAP::Types::Devm::StatsType

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



1148
1149
1150
1151
1152
1153
1154
1155
1156
# File 'lib/virtuozzo/soap/types/devm.rb', line 1148

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.



1140
1141
1142
# File 'lib/virtuozzo/soap/types/devm.rb', line 1140

def avg
  @avg
end

#curObject

Returns the value of attribute cur.



1144
1145
1146
# File 'lib/virtuozzo/soap/types/devm.rb', line 1144

def cur
  @cur
end

#hardObject

Returns the value of attribute hard.



1146
1147
1148
# File 'lib/virtuozzo/soap/types/devm.rb', line 1146

def hard
  @hard
end

#maxObject

Returns the value of attribute max.



1142
1143
1144
# File 'lib/virtuozzo/soap/types/devm.rb', line 1142

def max
  @max
end

#minObject

Returns the value of attribute min.



1141
1142
1143
# File 'lib/virtuozzo/soap/types/devm.rb', line 1141

def min
  @min
end

#softObject

Returns the value of attribute soft.



1145
1146
1147
# File 'lib/virtuozzo/soap/types/devm.rb', line 1145

def soft
  @soft
end

#totalObject

Returns the value of attribute total.



1143
1144
1145
# File 'lib/virtuozzo/soap/types/devm.rb', line 1143

def total
  @total
end