Class: Virtuozzo::SOAP::Types::OpLog::Progress_eventType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::OpLog::Progress_eventType
- Defined in:
- lib/virtuozzo/soap/types/op_log.rb
Overview
Instance Attribute Summary collapse
-
#eid_list ⇒ Object
Returns the value of attribute eid_list.
-
#id ⇒ Object
Returns the value of attribute id.
-
#message ⇒ Object
Returns the value of attribute message.
-
#op ⇒ Object
Returns the value of attribute op.
-
#parent_id ⇒ Object
Returns the value of attribute parent_id.
-
#percent ⇒ Object
Returns the value of attribute percent.
-
#status ⇒ Object
Returns the value of attribute status.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Method Summary collapse
-
#initialize(message = nil, percent = nil, eid_list = nil, op = nil, status = nil, id = nil, time = nil, parent_id = nil) ⇒ Progress_eventType
constructor
A new instance of Progress_eventType.
Constructor Details
#initialize(message = nil, percent = nil, eid_list = nil, op = nil, status = nil, id = nil, time = nil, parent_id = nil) ⇒ Progress_eventType
Returns a new instance of Progress_eventType.
1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1941 def initialize( = nil, percent = nil, eid_list = nil, op = nil, status = nil, id = nil, time = nil, parent_id = nil) @message = @percent = percent @eid_list = eid_list @op = op @status = status @id = id @time = time @parent_id = parent_id end |
Instance Attribute Details
#eid_list ⇒ Object
Returns the value of attribute eid_list.
1934 1935 1936 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1934 def eid_list @eid_list end |
#id ⇒ Object
Returns the value of attribute id.
1937 1938 1939 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1937 def id @id end |
#message ⇒ Object
Returns the value of attribute message.
1932 1933 1934 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1932 def @message end |
#op ⇒ Object
Returns the value of attribute op.
1935 1936 1937 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1935 def op @op end |
#parent_id ⇒ Object
Returns the value of attribute parent_id.
1939 1940 1941 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1939 def parent_id @parent_id end |
#percent ⇒ Object
Returns the value of attribute percent.
1933 1934 1935 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1933 def percent @percent end |
#status ⇒ Object
Returns the value of attribute status.
1936 1937 1938 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1936 def status @status end |
#time ⇒ Object
Returns the value of attribute time.
1938 1939 1940 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1938 def time @time end |