class Cattri::Context

def defined_methods

Returns:
  • (Hash{Symbol => Set}) - map of attribute name to defined method names
def defined_methods
  (@__cattri_defined_methods ||= {}).dup.freeze # steep:ignore
end