Class: Virtuozzo::SOAP::Types::Devm::Perf_statType

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



2349
2350
2351
2352
2353
2354
# File 'lib/virtuozzo/soap/types/devm.rb', line 2349

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.



2345
2346
2347
# File 'lib/virtuozzo/soap/types/devm.rb', line 2345

def avg
  @avg
end

#curObject

Returns the value of attribute cur.



2344
2345
2346
# File 'lib/virtuozzo/soap/types/devm.rb', line 2344

def cur
  @cur
end

#maxObject

Returns the value of attribute max.



2346
2347
2348
# File 'lib/virtuozzo/soap/types/devm.rb', line 2346

def max
  @max
end

#minObject

Returns the value of attribute min.



2347
2348
2349
# File 'lib/virtuozzo/soap/types/devm.rb', line 2347

def min
  @min
end