Module: Virtus::ClassInclusions::Methods

Defined in:
lib/virtus/class_inclusions.rb

Instance Method Summary collapse

Instance Method Details

#allowed_writer_methodsSet

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Return a list of allowed writer method names

Returns:

  • (Set)


31
32
33
# File 'lib/virtus/class_inclusions.rb', line 31

def allowed_writer_methods
  self.class.allowed_writer_methods
end