class TicketflyPlus::Objects::YoutubeVideo

Attributes

embedCodeIframe[RW]
title[RW]
videoId[RW]

Public Class Methods

new(video) click to toggle source
# File lib/ticketfly_plus/objects.rb, line 176
def initialize(video)
    @embedcodeiframe = video['embedcodeiframe']
    @title = video['title']
    @videoid = video['videoid']
end