I have been working on understanding Magritte and tried the First Example in the Seaside Book (Lulu publication, page 358, section 24.2).

The Example failed to run, apparently because the method keyword, accessor:, in the descriptions wasn't recognized. When I added my own getters and setters for the instance variable names (street, plz, etc) everything in the Example worked fine.

Is the code in the Example perhaps outdated? Could someone suggest what method I might use? I tried asAccessor: and selectorAccessor: with no success.