Class: Virtuozzo::SOAP::Types::OpLog::Get_ops

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/op_logget_ops

eid - (any)
status - (any)
current - (any)
op - SOAP::SOAPString
id - SOAP::SOAPString
start_time - (any)
end_time - (any)
records - SOAP::SOAPInt
parent_id - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, status = nil, current = nil, op = nil, id = nil, start_time = nil, end_time = nil, records = nil, parent_id = nil) ⇒ Get_ops

Returns a new instance of Get_ops.



1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1986

def initialize(eid = nil, status = nil, current = nil, op = nil, id = nil, start_time = nil, end_time = nil, records = nil, parent_id = nil)
  @eid = eid
  @status = status
  @current = current
  @op = op
  @id = id
  @start_time = start_time
  @end_time = end_time
  @records = records
  @parent_id = parent_id
end

Instance Attribute Details

#currentObject

Returns the value of attribute current.



1978
1979
1980
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1978

def current
  @current
end

#eidObject

Returns the value of attribute eid.



1976
1977
1978
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1976

def eid
  @eid
end

#end_timeObject

Returns the value of attribute end_time.



1982
1983
1984
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1982

def end_time
  @end_time
end

#idObject

Returns the value of attribute id.



1980
1981
1982
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1980

def id
  @id
end

#opObject

Returns the value of attribute op.



1979
1980
1981
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1979

def op
  @op
end

#parent_idObject

Returns the value of attribute parent_id.



1984
1985
1986
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1984

def parent_id
  @parent_id
end

#recordsObject

Returns the value of attribute records.



1983
1984
1985
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1983

def records
  @records
end

#start_timeObject

Returns the value of attribute start_time.



1981
1982
1983
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1981

def start_time
  @start_time
end

#statusObject

Returns the value of attribute status.



1977
1978
1979
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1977

def status
  @status
end