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