# File lib/tramp/attribute_methods.rb, line 22
      def attribute(name, options = {})
        write_inheritable_hash(:model_attributes, {name => Attribute.new(name, self, options)})
      end