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