Class: KalibroClient::Entities::Processor::Processing
- Defined in:
- lib/kalibro_client/entities/processor/processing.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#error ⇒ Object
Returns the value of attribute error.
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#id ⇒ Object
Returns the value of attribute id.
-
#process_times ⇒ Object
readonly
Returns the value of attribute process_times.
-
#repository_id ⇒ Object
Returns the value of attribute repository_id.
-
#root_module_result_id ⇒ Object
Returns the value of attribute root_module_result_id.
-
#state ⇒ Object
Returns the value of attribute state.
Attributes included from DateAttributes
Attributes inherited from Base
Method Summary
Methods inherited from Base
Methods inherited from Base
#==, create, create_array_from_hash, create_objects_array_from_hash, #destroy, exists?, find, #initialize, request, #save, #save!, #to_hash, to_object, to_objects_array, #update
Methods included from RequestMethods::ClassMethods
#exists_action, #find_action, #id_params
Methods included from HashConverters
#convert_to_hash, #date_with_milliseconds, #field_to_hash
Methods included from XMLConverters
#get_xml, #xml_instance_class_name
Methods included from RequestMethods
#destroy_action, #destroy_params, #destroy_prefix, #save_action, #save_params, #save_prefix, #update_params, #update_prefix
Constructor Details
This class inherits a constructor from KalibroClient::Entities::Base
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date.
22 23 24 |
# File 'lib/kalibro_client/entities/processor/processing.rb', line 22 def date @date end |
#error ⇒ Object
Returns the value of attribute error.
22 23 24 |
# File 'lib/kalibro_client/entities/processor/processing.rb', line 22 def error @error end |
#error_message ⇒ Object
Returns the value of attribute error_message.
22 23 24 |
# File 'lib/kalibro_client/entities/processor/processing.rb', line 22 def @error_message end |
#id ⇒ Object
Returns the value of attribute id.
22 23 24 |
# File 'lib/kalibro_client/entities/processor/processing.rb', line 22 def id @id end |
#process_times ⇒ Object (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_id ⇒ Object
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_id ⇒ Object
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 |
#state ⇒ Object
Returns the value of attribute state.
22 23 24 |
# File 'lib/kalibro_client/entities/processor/processing.rb', line 22 def state @state end |