Class: Sanford::Worker::ProcessedService

Inherits:
Struct
  • Object
show all
Defined in:
lib/sanford/worker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exceptionObject

Returns the value of attribute exception

Returns:

  • (Object)

    the current value of exception



12
13
14
# File 'lib/sanford/worker.rb', line 12

def exception
  @exception
end

#handler_classObject

Returns the value of attribute handler_class

Returns:

  • (Object)

    the current value of handler_class



12
13
14
# File 'lib/sanford/worker.rb', line 12

def handler_class
  @handler_class
end

#requestObject

Returns the value of attribute request

Returns:

  • (Object)

    the current value of request



12
13
14
# File 'lib/sanford/worker.rb', line 12

def request
  @request
end

#responseObject

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



12
13
14
# File 'lib/sanford/worker.rb', line 12

def response
  @response
end

#time_takenObject

Returns the value of attribute time_taken

Returns:

  • (Object)

    the current value of time_taken



12
13
14
# File 'lib/sanford/worker.rb', line 12

def time_taken
  @time_taken
end