Method: Funky::Post#created_time

Defined in:
lib/funky/post.rb

#created_timeDateTime

Returns the created time of the post.

Returns:

  • (DateTime)

    the created time of the post.



9
10
11
# File 'lib/funky/post.rb', line 9

def created_time
  DateTime.parse data[:created_time]
end