# File lib/cgikit.rb, line 1197 def run @attr_condition = fetch( 'condition' ) @attr_negate = fetch( 'negate' ) if application.attributes_check check_undefined_attributes( 'condition', 'negate' ) check_required_attributes( ['condition'] ) end end