Method: Virtuozzo::SOAP::Types::Processm::Perf_statType#initialize
- Defined in:
- lib/virtuozzo/soap/types/processm.rb
#initialize(cur = nil, avg = nil, max = nil, min = nil) ⇒ Perf_statType
Returns a new instance of Perf_statType.
2266 2267 2268 2269 2270 2271 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2266 def initialize(cur = nil, avg = nil, max = nil, min = nil) @cur = cur @avg = avg @max = max @min = min end |