Class: KalibroClient::Entities::Processor::Processing

Inherits:
Base
  • Object
show all
Defined in:
lib/kalibro_client/entities/processor/processing.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

address

Methods inherited from Base

#kalibro_errors, module_name

Instance Attribute Details

#dateObject

Returns the value of attribute date.



22
23
24
# File 'lib/kalibro_client/entities/processor/processing.rb', line 22

def date
  @date
end

#errorObject

Returns the value of attribute error.



22
23
24
# File 'lib/kalibro_client/entities/processor/processing.rb', line 22

def error
  @error
end

#error_messageObject

Returns the value of attribute error_message.



22
23
24
# File 'lib/kalibro_client/entities/processor/processing.rb', line 22

def error_message
  @error_message
end

#idObject

Returns the value of attribute id.



22
23
24
# File 'lib/kalibro_client/entities/processor/processing.rb', line 22

def id
  @id
end

#process_timesObject (readonly)

Returns the value of attribute process_times.



23
24
25
# File 'lib/kalibro_client/entities/processor/processing.rb', line 23

def process_times
  @process_times
end

#repository_idObject

Returns the value of attribute repository_id.



22
23
24
# File 'lib/kalibro_client/entities/processor/processing.rb', line 22

def repository_id
  @repository_id
end

#root_module_result_idObject

Returns the value of attribute root_module_result_id.



22
23
24
# File 'lib/kalibro_client/entities/processor/processing.rb', line 22

def root_module_result_id
  @root_module_result_id
end

#stateObject

Returns the value of attribute state.



22
23
24
# File 'lib/kalibro_client/entities/processor/processing.rb', line 22

def state
  @state
end