class Cattri::Context

def initialize(target)

Parameters:
  • target (Module, Class) -- the receiver where attributes are defined
def initialize(target)
  @target = target
end