Class: Virtuozzo::SOAP::Types::Relocator::Load_avg_statsType

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

Overview

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

l1 - Virtuozzo::SOAP::Drivers::Relocator::Load_avg_statsType::L1
l2 - Virtuozzo::SOAP::Drivers::Relocator::Load_avg_statsType::L2
l3 - Virtuozzo::SOAP::Drivers::Relocator::Load_avg_statsType::L3

Defined Under Namespace

Classes: L1, L2, L3

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Load_avg_statsType.



1409
1410
1411
1412
1413
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1409

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.



1405
1406
1407
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1405

def l1
  @l1
end

#l2Object

Returns the value of attribute l2.



1406
1407
1408
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1406

def l2
  @l2
end

#l3Object

Returns the value of attribute l3.



1407
1408
1409
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1407

def l3
  @l3
end