# File lib/cgikit.rb, line 1632 def run @attr_name = oid @attr_type = fetch( 'type' ) # String @attr_value = fetch( 'value' ) # String @attr_size = fetch( 'size' ) # Integer if @attr_type == nil then @attr_type = 'text' end if application.attributes_check check_undefined_attributes( 'type', 'value', 'size' ) check_required_attributes( ['value'] ) end end