class FeedmeYoutubes::Entry

entry

Public Class Methods

new(title: title, published: published, link: link) click to toggle source
# File lib/feedme_youtubes.rb, line 29
def initialize(title: title, published: published, link: link)
  @title     = title
  @published = published
  @link      = link
end