class Concurrency::MethodException

Attributes

method[R]
object[R]

Public Class Methods

new(object, method) click to toggle source
# File lib/rails_core_extensions/concurrency.rb, line 143
def initialize(object, method)
  @object = object
  @method = method
end