Class: Virtuozzo::SOAP::Types::OpLog::Progress_eventType

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

Overview

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

message - Virtuozzo::SOAP::Types::OpLog::InfoType
percent - SOAP::SOAPInt
eid_list - Virtuozzo::SOAP::Types::OpLog::Eid_listType
op - SOAP::SOAPString
status - SOAP::SOAPInt
id - SOAP::SOAPString
time - (any)
parent_id - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

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(message = nil, percent = nil, eid_list = nil, op = nil, status = nil, id = nil, time = nil, parent_id = nil)
  @message = message
  @percent = percent
  @eid_list = eid_list
  @op = op
  @status = status
  @id = id
  @time = time
  @parent_id = parent_id
end

Instance Attribute Details

#eid_listObject

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

#idObject

Returns the value of attribute id.



1937
1938
1939
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1937

def id
  @id
end

#messageObject

Returns the value of attribute message.



1932
1933
1934
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1932

def message
  @message
end

#opObject

Returns the value of attribute op.



1935
1936
1937
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1935

def op
  @op
end

#parent_idObject

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

#percentObject

Returns the value of attribute percent.



1933
1934
1935
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1933

def percent
  @percent
end

#statusObject

Returns the value of attribute status.



1936
1937
1938
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1936

def status
  @status
end

#timeObject

Returns the value of attribute time.



1938
1939
1940
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1938

def time
  @time
end