Module: Virtus::ClassInclusions::Methods
- Defined in:
- lib/virtus/class_inclusions.rb
Instance Method Summary collapse
-
#allowed_writer_methods ⇒ Set
private
Return a list of allowed writer method names.
Instance Method Details
#allowed_writer_methods ⇒ Set
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
30 31 32 |
# File 'lib/virtus/class_inclusions.rb', line 30 def allowed_writer_methods self.class.allowed_writer_methods end |