Class: Virtuozzo::SOAP::Types::ResLog::Perf_statType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ResLog::Perf_statType
- Defined in:
- lib/virtuozzo/soap/types/res_log.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
-
#avg ⇒ Object
Returns the value of attribute avg.
-
#cur ⇒ Object
Returns the value of attribute cur.
-
#max ⇒ Object
Returns the value of attribute max.
-
#min ⇒ Object
Returns the value of attribute min.
Instance Method Summary collapse
-
#initialize(cur = nil, avg = nil, max = nil, min = nil) ⇒ Perf_statType
constructor
A new instance of Perf_statType.
Constructor Details
#initialize(cur = nil, avg = nil, max = nil, min = nil) ⇒ Perf_statType
Returns a new instance of Perf_statType.
1477 1478 1479 1480 1481 1482 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1477 def initialize(cur = nil, avg = nil, max = nil, min = nil) @cur = cur @avg = avg @max = max @min = min end |
Instance Attribute Details
#avg ⇒ Object
Returns the value of attribute avg.
1473 1474 1475 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1473 def avg @avg end |
#cur ⇒ Object
Returns the value of attribute cur.
1472 1473 1474 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1472 def cur @cur end |
#max ⇒ Object
Returns the value of attribute max.
1474 1475 1476 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1474 def max @max end |
#min ⇒ Object
Returns the value of attribute min.
1475 1476 1477 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1475 def min @min end |