# File lib/twitter/trend_results.rb, line 33
    def as_of
      Time.parse(@attrs[:as_of]) unless @attrs[:as_of].nil?
    end