6 7 8
# File 'lib/xing/group.rb', line 6 def posted_at @posted_at ||= Time.parse(@attrs['created_at']).utc unless @attrs['created_at'].nil? end