# File lib/virtus/attribute/builder.rb, line 10
    def initialize(type, options)
      @type, @options = type.to_s, options
      @name = options[:name]
    end