# File lib/tapkit/access/adapter.rb, line 125
                def initialize( adapter_context )
                        @adapter_context = adapter_context
                        @application     = @adapter_context.adapter.application
                        @attributes_to_fetch = []
                        @adapter_context.channels << self
                end