Class: Virtuozzo::SOAP::Types::Authm::Load_avgType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Authm::Load_avgType
- Defined in:
- lib/virtuozzo/soap/types/authm.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
-
#l1 ⇒ Object
Returns the value of attribute l1.
-
#l2 ⇒ Object
Returns the value of attribute l2.
-
#l3 ⇒ Object
Returns the value of attribute l3.
Instance Method Summary collapse
-
#initialize(l1 = nil, l2 = nil, l3 = nil) ⇒ Load_avgType
constructor
A new instance of Load_avgType.
Constructor Details
#initialize(l1 = nil, l2 = nil, l3 = nil) ⇒ Load_avgType
Returns a new instance of Load_avgType.
257 258 259 260 261 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 257 def initialize(l1 = nil, l2 = nil, l3 = nil) @l1 = l1 @l2 = l2 @l3 = l3 end |
Instance Attribute Details
#l1 ⇒ Object
Returns the value of attribute l1.
253 254 255 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 253 def l1 @l1 end |
#l2 ⇒ Object
Returns the value of attribute l2.
254 255 256 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 254 def l2 @l2 end |
#l3 ⇒ Object
Returns the value of attribute l3.
255 256 257 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 255 def l3 @l3 end |