Class: Virtuozzo::SOAP::Types::ResLog::Get_top

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#countObject

Returns the value of attribute count.



2072
2073
2074
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2072

def count
  @count
end

#descendingObject

Returns the value of attribute descending.



2073
2074
2075
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2073

def descending
  @descending
end

#eid_listObject

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_timeObject

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

#excludeObject

Returns the value of attribute exclude.



2077
2078
2079
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2077

def exclude
  @exclude
end

#parameterObject

Returns the value of attribute parameter.



2071
2072
2073
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2071

def parameter
  @parameter
end

#start_timeObject

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