Class: Virtuozzo::SOAP::Types::Backupm::Load_avgType

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

Overview

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

l1 - SOAP::SOAPDouble
l2 - SOAP::SOAPDouble
l3 - SOAP::SOAPDouble

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(l1 = nil, l2 = nil, l3 = nil) ⇒ Load_avgType

Returns a new instance of Load_avgType.



454
455
456
457
458
# File 'lib/virtuozzo/soap/types/backupm.rb', line 454

def initialize(l1 = nil, l2 = nil, l3 = nil)
  @l1 = l1
  @l2 = l2
  @l3 = l3
end

Instance Attribute Details

#l1Object

Returns the value of attribute l1.



450
451
452
# File 'lib/virtuozzo/soap/types/backupm.rb', line 450

def l1
  @l1
end

#l2Object

Returns the value of attribute l2.



451
452
453
# File 'lib/virtuozzo/soap/types/backupm.rb', line 451

def l2
  @l2
end

#l3Object

Returns the value of attribute l3.



452
453
454
# File 'lib/virtuozzo/soap/types/backupm.rb', line 452

def l3
  @l3
end