Class: Virtuozzo::SOAP::Types::ResLog::Get_top
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ResLog::Get_top
- Defined in:
- lib/virtuozzo/soap/types/res_log.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/res_logget_top
parameter - SOAP::SOAPString
count - SOAP::SOAPInt
descending - (any)
start_time - (any)
end_time - (any)
eid_list - Virtuozzo::SOAP::Types::ResLog::Eid_listType
exclude - (any)
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#descending ⇒ Object
Returns the value of attribute descending.
-
#eid_list ⇒ Object
Returns the value of attribute eid_list.
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#exclude ⇒ Object
Returns the value of attribute exclude.
-
#parameter ⇒ Object
Returns the value of attribute parameter.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
Instance Method Summary collapse
-
#initialize(parameter = nil, count = nil, descending = nil, start_time = nil, end_time = nil, eid_list = nil, exclude = nil) ⇒ Get_top
constructor
A new instance of Get_top.
Constructor Details
#initialize(parameter = nil, count = nil, descending = nil, start_time = nil, end_time = nil, eid_list = nil, exclude = nil) ⇒ Get_top
Returns a new instance of Get_top.
2079 2080 2081 2082 2083 2084 2085 2086 2087 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2079 def initialize(parameter = nil, count = nil, descending = nil, start_time = nil, end_time = nil, eid_list = nil, exclude = nil) @parameter = parameter @count = count @descending = descending @start_time = start_time @end_time = end_time @eid_list = eid_list @exclude = exclude end |
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
2072 2073 2074 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2072 def count @count end |
#descending ⇒ Object
Returns the value of attribute descending.
2073 2074 2075 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2073 def descending @descending end |
#eid_list ⇒ Object
Returns the value of attribute eid_list.
2076 2077 2078 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2076 def eid_list @eid_list end |
#end_time ⇒ Object
Returns the value of attribute end_time.
2075 2076 2077 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2075 def end_time @end_time end |
#exclude ⇒ Object
Returns the value of attribute exclude.
2077 2078 2079 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2077 def exclude @exclude end |
#parameter ⇒ Object
Returns the value of attribute parameter.
2071 2072 2073 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2071 def parameter @parameter end |
#start_time ⇒ Object
Returns the value of attribute start_time.
2074 2075 2076 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2074 def start_time @start_time end |