instance method serialize_attribute_values

Ruby on Rails edge

Since edge Private — implementation detail, not part of the public API

Signature

serialize_attribute_values()

No documentation comment.

Source
# File activejob/lib/active_job/attributes.rb, line 59
      def serialize_attribute_values
        values = {}
        self.class.attribute_names.each do |name|
          values[name] = @attributes.fetch_value(name)
        end
        Arguments.serialize([values]).first
      end

Defined in activejob/lib/active_job/attributes.rb line 59 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveJob::Attributes

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close