instance method
klass
Ruby on Rails 6.0.6
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 48
def klass # :doc:
raise NotImplementedError
end
Defined in activejob/lib/active_job/serializers/object_serializer.rb line 48
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::Serializers::ObjectSerializer