Class: Virtuozzo::SOAP::Types::ResLog::Top

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/res_log.rb

Overview

Defined Under Namespace

Classes: Set

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#setObject

Returns the value of attribute set.



2109
2110
2111
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2109

def set
  @set
end

#totalObject

Returns the value of attribute total.



2110
2111
2112
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2110

def total
  @total
end