Parts Reference
- instance (Object)
- The instance attribute specifies the instance of the
instanceClass that was created as a result of the most recent
new action.
- instanceClass (Class)
- The instanceClass attribute specifies the class of the
instance to be created when the new action is
performed.
- instanceClassName (Symbol)
- The instanceClassName attribute specifies the name (Symbol) of
the instanceClass.
- self (<className>)
- For more information on the self attribute, refer to Using the self attribute.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]