instance method
klass
Ruby on Rails 7.2.3
Since v6.0.6 Last seen in v8.0.4 PrivateSignature
klass()
The class of the object that will be serialized.
Source
# File activejob/lib/active_job/serializers/object_serializer.rb, line 50
def klass # :doc:
raise NotImplementedError
end
Defined in activejob/lib/active_job/serializers/object_serializer.rb line 50
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::Serializers::ObjectSerializer