Methods

Class/Module Index [+]

Quicksearch

Twitter::Creatable

Public Instance Methods

created_at() click to toggle source

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.