Class: Virtuozzo::SOAP::Types::Packagem::Perf_statType

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



2397
2398
2399
2400
2401
2402
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2397

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.



2393
2394
2395
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2393

def avg
  @avg
end

#curObject

Returns the value of attribute cur.



2392
2393
2394
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2392

def cur
  @cur
end

#maxObject

Returns the value of attribute max.



2394
2395
2396
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2394

def max
  @max
end

#minObject

Returns the value of attribute min.



2395
2396
2397
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2395

def min
  @min
end