Class: KalibroClient::Entities::Processor::ProcessTime

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

address

Methods inherited from Base

#kalibro_errors, module_name

Instance Attribute Details

#idObject

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_idObject

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

#stateObject

Returns the value of attribute state.



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

def state
  @state
end

#timeObject

Returns the value of attribute time.



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

def time
  @time
end