# File lib/twitter/direct_message.rb, line 17 def recipient @recipient ||= Twitter::User.new(@attrs['recipient']) unless @attrs['recipient'].nil? end