Class: Virtuozzo::SOAP::Types::EventLog::StatsType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::EventLog::StatsType
- Defined in:
- lib/virtuozzo/soap/types/event_log.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.
415 416 417 418 419 420 421 422 423 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 415 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.
407 408 409 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 407 def avg @avg end |
#cur ⇒ Object
Returns the value of attribute cur.
411 412 413 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 411 def cur @cur end |
#hard ⇒ Object
Returns the value of attribute hard.
413 414 415 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 413 def hard @hard end |
#max ⇒ Object
Returns the value of attribute max.
409 410 411 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 409 def max @max end |
#min ⇒ Object
Returns the value of attribute min.
408 409 410 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 408 def min @min end |
#soft ⇒ Object
Returns the value of attribute soft.
412 413 414 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 412 def soft @soft end |
#total ⇒ Object
Returns the value of attribute total.
410 411 412 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 410 def total @total end |