Class: Virtuozzo::SOAP::Types::OpLog::Get_ops
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::OpLog::Get_ops
- 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
-
#current ⇒ Object
Returns the value of attribute current.
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#id ⇒ Object
Returns the value of attribute id.
-
#op ⇒ Object
Returns the value of attribute op.
-
#parent_id ⇒ Object
Returns the value of attribute parent_id.
-
#records ⇒ Object
Returns the value of attribute records.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(eid = nil, status = nil, current = nil, op = nil, id = nil, start_time = nil, end_time = nil, records = nil, parent_id = nil) ⇒ Get_ops
constructor
A new instance of Get_ops.
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
#current ⇒ Object
Returns the value of attribute current.
1978 1979 1980 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1978 def current @current end |
#eid ⇒ Object
Returns the value of attribute eid.
1976 1977 1978 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1976 def eid @eid end |
#end_time ⇒ Object
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 |
#id ⇒ Object
Returns the value of attribute id.
1980 1981 1982 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1980 def id @id end |
#op ⇒ Object
Returns the value of attribute op.
1979 1980 1981 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1979 def op @op end |
#parent_id ⇒ Object
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 |
#records ⇒ Object
Returns the value of attribute records.
1983 1984 1985 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1983 def records @records end |
#start_time ⇒ Object
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 |
#status ⇒ Object
Returns the value of attribute status.
1977 1978 1979 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1977 def status @status end |