# File lib/cgikit.rb, line 1396 def run @attr_name = oid @attr_escape = fetch( 'escape' ) # true or false @attr_list = fetch( 'list' ) # Enumerable @attr_default = fetch( 'default' ) # String @attr_selected = fetch( 'selection' ) # String @attr_disabled = fetch( 'disabled' ) # true or false if application.attributes_check check_undefined_attributes( 'escape', 'list', \ 'default', 'selected', 'disabled' ) check_required_attributes( ['list'] ) end end