Class: KalibroClient::Entities::Processor::ProcessTime
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#processing_id ⇒ Object
Returns the value of attribute processing_id.
-
#state ⇒ Object
Returns the value of attribute state.
-
#time ⇒ Object
Returns the value of attribute time.
Method Summary
Methods inherited from Base
Methods inherited from Base
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
22 23 24 |
# File 'lib/kalibro_client/entities/processor/process_time.rb', line 22 def id @id end |
#processing_id ⇒ Object
Returns the value of attribute processing_id.
22 23 24 |
# File 'lib/kalibro_client/entities/processor/process_time.rb', line 22 def processing_id @processing_id end |
#state ⇒ Object
Returns the value of attribute state.
22 23 24 |
# File 'lib/kalibro_client/entities/processor/process_time.rb', line 22 def state @state end |
#time ⇒ Object
Returns the value of attribute time.
22 23 24 |
# File 'lib/kalibro_client/entities/processor/process_time.rb', line 22 def time @time end |