class Tubeclip::Model::Comment

Attributes

author[R]
Tubeclip::Model::Author

Information about the YouTube user who owns a piece of video content.

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