Method: Yt::Models::CommentThread#updated_at
- Defined in:
- lib/yt/models/comment_thread.rb
#updated_at ⇒ String (readonly)
Returns the top level comment’s last updated time.
47 |
# File 'lib/yt/models/comment_thread.rb', line 47 delegate :updated_at, to: :top_level_comment |