Class: Virtuozzo::SOAP::Types::Up2date::Perf_statType

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

Overview

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

cur - SOAP::SOAPAnySimpleType
avg - SOAP::SOAPAnySimpleType
max - SOAP::SOAPAnySimpleType
min - SOAP::SOAPAnySimpleType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(cur = nil, avg = nil, max = nil, min = nil) ⇒ Perf_statType

Returns a new instance of Perf_statType.



2253
2254
2255
2256
2257
2258
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2253

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

Instance Attribute Details

#avgObject

Returns the value of attribute avg.



2249
2250
2251
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2249

def avg
  @avg
end

#curObject

Returns the value of attribute cur.



2248
2249
2250
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2248

def cur
  @cur
end

#maxObject

Returns the value of attribute max.



2250
2251
2252
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2250

def max
  @max
end

#minObject

Returns the value of attribute min.



2251
2252
2253
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2251

def min
  @min
end