Class: Virtuozzo::SOAP::Types::Backupm::StatsType

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



650
651
652
653
654
655
656
657
658
# File 'lib/virtuozzo/soap/types/backupm.rb', line 650

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.



642
643
644
# File 'lib/virtuozzo/soap/types/backupm.rb', line 642

def avg
  @avg
end

#curObject

Returns the value of attribute cur.



646
647
648
# File 'lib/virtuozzo/soap/types/backupm.rb', line 646

def cur
  @cur
end

#hardObject

Returns the value of attribute hard.



648
649
650
# File 'lib/virtuozzo/soap/types/backupm.rb', line 648

def hard
  @hard
end

#maxObject

Returns the value of attribute max.



644
645
646
# File 'lib/virtuozzo/soap/types/backupm.rb', line 644

def max
  @max
end

#minObject

Returns the value of attribute min.



643
644
645
# File 'lib/virtuozzo/soap/types/backupm.rb', line 643

def min
  @min
end

#softObject

Returns the value of attribute soft.



647
648
649
# File 'lib/virtuozzo/soap/types/backupm.rb', line 647

def soft
  @soft
end

#totalObject

Returns the value of attribute total.



645
646
647
# File 'lib/virtuozzo/soap/types/backupm.rb', line 645

def total
  @total
end