Method: Xing::Comment#posted_at

Defined in:
lib/xing/comment.rb

#posted_atObject

Returns Time.

Returns:

  • Time



6
7
8
# File 'lib/xing/comment.rb', line 6

def posted_at
  @posted_at ||=  Time.parse(@attrs['created_at']).utc unless @attrs['created_at'].nil?
end