Method: Virtuozzo::SOAP::Types::ResLog::Top#initialize

Defined in:
lib/virtuozzo/soap/types/res_log.rb

#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