Class
Delayed::PerformableMethod
In:
lib/delayed/psych_ext.rb
lib/delayed/performable_method.rb
Parent:
Object
Methods
display_name
encode_with
method
method_missing
new
perform
respond_to?
Attributes
args
[RW]
method_name
[RW]
object
[RW]
Public Class methods
new
(object, method_name, args)
Public Instance methods
display_name
()
encode_with
(coder)
serialize to
YAML
method
(sym)
method_missing
(symbol, *args)
rubocop:disable MethodMissing
perform
()
respond_to?
(symbol, include_private = false)
rubocop:enable MethodMissing
[Validate]