class Cattri::Attribute

def internal_reader?

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