Instances do not have their own entities - it uses the entities of its definition, so..

ins = Sketchup.active_model.selection[0] entities = ins.definition.entities

will give you the entities collection for the instance.