# File lib/cgikit.rb, line 2270
        def run
                @attr_condition = fetch( 'condition' )
                @attr_negate    = fetch( 'negate' )

                check_required_attributes( ['condition'] )
        end