Class: Virtuozzo::SOAP::Types::Networkm::StatsType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/networkm.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesstatsType

avg - SOAP::SOAPLong
min - SOAP::SOAPLong
max - SOAP::SOAPLong
total - SOAP::SOAPLong
cur - SOAP::SOAPLong
soft - SOAP::SOAPLong
hard - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(avg = nil, min = nil, max = nil, total = nil, cur = nil, soft = nil, hard = nil) ⇒ StatsType

Returns a new instance of StatsType.



500
501
502
503
504
505
506
507
508
# File 'lib/virtuozzo/soap/types/networkm.rb', line 500

def initialize(avg = nil, min = nil, max = nil, total = nil, cur = nil, soft = nil, hard = nil)
  @avg = avg
  @min = min
  @max = max
  @total = total
  @cur = cur
  @soft = soft
  @hard = hard
end

Instance Attribute Details

#avgObject

Returns the value of attribute avg.



492
493
494
# File 'lib/virtuozzo/soap/types/networkm.rb', line 492

def avg
  @avg
end

#curObject

Returns the value of attribute cur.



496
497
498
# File 'lib/virtuozzo/soap/types/networkm.rb', line 496

def cur
  @cur
end

#hardObject

Returns the value of attribute hard.



498
499
500
# File 'lib/virtuozzo/soap/types/networkm.rb', line 498

def hard
  @hard
end

#maxObject

Returns the value of attribute max.



494
495
496
# File 'lib/virtuozzo/soap/types/networkm.rb', line 494

def max
  @max
end

#minObject

Returns the value of attribute min.



493
494
495
# File 'lib/virtuozzo/soap/types/networkm.rb', line 493

def min
  @min
end

#softObject

Returns the value of attribute soft.



497
498
499
# File 'lib/virtuozzo/soap/types/networkm.rb', line 497

def soft
  @soft
end

#totalObject

Returns the value of attribute total.



495
496
497
# File 'lib/virtuozzo/soap/types/networkm.rb', line 495

def total
  @total
end