Class: Virtuozzo::SOAP::Types::ResLog::Get_topResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ResLog::Get_topResponse
- Defined in:
- lib/virtuozzo/soap/types/res_log.rb
Overview
Instance Attribute Summary collapse
-
#top ⇒ Object
Returns the value of attribute top.
Instance Method Summary collapse
-
#initialize(top = nil) ⇒ Get_topResponse
constructor
A new instance of Get_topResponse.
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
#top ⇒ Object
Returns the value of attribute top.
2184 2185 2186 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2184 def top @top end |