Class: Virtuozzo::SOAP::Types::Firewallm::Cpu_loadType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Firewallm::Cpu_loadType
- Defined in:
- lib/virtuozzo/soap/types/firewallm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typescpu_loadType
system - SOAP::SOAPLong
user - SOAP::SOAPLong
nice - SOAP::SOAPLong
idle - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#idle ⇒ Object
Returns the value of attribute idle.
-
#nice ⇒ Object
Returns the value of attribute nice.
-
#system ⇒ Object
Returns the value of attribute system.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize(system = nil, user = nil, nice = nil, idle = nil) ⇒ Cpu_loadType
constructor
A new instance of Cpu_loadType.
Constructor Details
#initialize(system = nil, user = nil, nice = nil, idle = nil) ⇒ Cpu_loadType
Returns a new instance of Cpu_loadType.
290 291 292 293 294 295 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 290 def initialize(system = nil, user = nil, nice = nil, idle = nil) @system = system @user = user @nice = nice @idle = idle end |
Instance Attribute Details
#idle ⇒ Object
Returns the value of attribute idle.
288 289 290 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 288 def idle @idle end |
#nice ⇒ Object
Returns the value of attribute nice.
287 288 289 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 287 def nice @nice end |
#system ⇒ Object
Returns the value of attribute system.
285 286 287 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 285 def system @system end |
#user ⇒ Object
Returns the value of attribute user.
286 287 288 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 286 def user @user end |