Method: Xing::Comment#posted_at
- Defined in:
- lib/xing/comment.rb
#posted_at ⇒ Object
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 |