Class: Virtuozzo::SOAP::Types::ResLog::Top
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ResLog::Top
- Defined in:
- lib/virtuozzo/soap/types/res_log.rb
Overview
Defined Under Namespace
Classes: Set
Instance Attribute Summary collapse
-
#set ⇒ Object
Returns the value of attribute set.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Method Summary collapse
-
#initialize(set = [], total = nil) ⇒ Top
constructor
A new instance of Top.
Constructor Details
#initialize(set = [], total = nil) ⇒ Top
Returns a new instance of Top.
2112 2113 2114 2115 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2112 def initialize(set = [], total = nil) @set = set @total = total end |
Instance Attribute Details
#set ⇒ Object
Returns the value of attribute set.
2109 2110 2111 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2109 def set @set end |
#total ⇒ Object
Returns the value of attribute total.
2110 2111 2112 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2110 def total @total end |