class Cattri::Attribute
def internal_writer?
-
(Boolean)
- whether the writer should remain internal
def internal_writer? %i[read none].include?(@options.expose) end
(Boolean)
- whether the writer should remain internal
def internal_writer? %i[read none].include?(@options.expose) end