Method: ActiveJob::Core#serialized_arguments=
- Defined in:
- activejob/lib/active_job/core.rb
#serialized_arguments=(value) ⇒ Object (writeonly)
Sets the attribute serialized_arguments
13 14 15 |
# File 'activejob/lib/active_job/core.rb', line 13 def serialized_arguments=(value) @serialized_arguments = value end |