# File lib/dragonfly/temp_object.rb, line 134
    def attributes
      {
        :name => name,
        :meta => meta,
        :format => format
      }
    end