class Tubeclip::Model::Comment
Attributes
channel_id[R]
content[R]
gp_user_id[R]
published[R]
reply_to[R]
title[R]
updated[R]
url[R]
Public Instance Methods
unique_id()
click to toggle source
unique ID of the comment.
# File lib/tubeclip/model/comment.rb, line 12 def unique_id url.split(":").last end