Time when the object was created on Twitter
@return [Time]
# File lib/twitter/creatable.rb, line 9 def created_at @created_at ||= Time.parse(@attrs[:created_at]) unless @attrs[:created_at].nil? end
[Validate]
Generated with the Darkfish Rdoc Generator 2.