Module Virtus::Extensions::AllowedWriterMethods
In: lib/virtus/extensions.rb

Methods

Constants

WRITER_METHOD_REGEXP = /=\z/.freeze
INVALID_WRITER_METHODS = %w[ == != === []= attributes= ].to_set.freeze

Public Instance methods

The list of writer methods that can be mass-assigned to in attributes=

@return [Set]

@api private

[Validate]