Class: Virtuozzo::SOAP::Types::Sessionm::Perf_statType

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



1471
1472
1473
1474
1475
1476
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1471

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.



1467
1468
1469
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1467

def avg
  @avg
end

#curObject

Returns the value of attribute cur.



1466
1467
1468
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1466

def cur
  @cur
end

#maxObject

Returns the value of attribute max.



1468
1469
1470
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1468

def max
  @max
end

#minObject

Returns the value of attribute min.



1469
1470
1471
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1469

def min
  @min
end