Class: Virtuozzo::SOAP::Types::ResLog::Get_topResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(top = nil) ⇒ Get_topResponse

Returns a new instance of Get_topResponse.



2186
2187
2188
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2186

def initialize(top = nil)
  @top = top
end

Instance Attribute Details

#topObject

Returns the value of attribute top.



2184
2185
2186
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2184

def top
  @top
end