Class: Virtuozzo::SOAP::Types::Sessionm::StatsType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Sessionm::StatsType
- Defined in:
- lib/virtuozzo/soap/types/sessionm.rb
Overview
Direct Known Subclasses
Load_avg_statsType::L1, Load_avg_statsType::L2, Load_avg_statsType::L3
Instance Attribute Summary collapse
-
#avg ⇒ Object
Returns the value of attribute avg.
-
#cur ⇒ Object
Returns the value of attribute cur.
-
#hard ⇒ Object
Returns the value of attribute hard.
-
#max ⇒ Object
Returns the value of attribute max.
-
#min ⇒ Object
Returns the value of attribute min.
-
#soft ⇒ Object
Returns the value of attribute soft.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Method Summary collapse
-
#initialize(avg = nil, min = nil, max = nil, total = nil, cur = nil, soft = nil, hard = nil) ⇒ StatsType
constructor
A new instance of StatsType.
Constructor Details
#initialize(avg = nil, min = nil, max = nil, total = nil, cur = nil, soft = nil, hard = nil) ⇒ StatsType
Returns a new instance of StatsType.
470 471 472 473 474 475 476 477 478 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 470 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
#avg ⇒ Object
Returns the value of attribute avg.
462 463 464 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 462 def avg @avg end |
#cur ⇒ Object
Returns the value of attribute cur.
466 467 468 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 466 def cur @cur end |
#hard ⇒ Object
Returns the value of attribute hard.
468 469 470 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 468 def hard @hard end |
#max ⇒ Object
Returns the value of attribute max.
464 465 466 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 464 def max @max end |
#min ⇒ Object
Returns the value of attribute min.
463 464 465 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 463 def min @min end |
#soft ⇒ Object
Returns the value of attribute soft.
467 468 469 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 467 def soft @soft end |
#total ⇒ Object
Returns the value of attribute total.
465 466 467 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 465 def total @total end |