5 lines
143 B
Ruby
5 lines
143 B
Ruby
class EmbedPlaybackOptions < PlaybackOptions
|
|
attribute :autoplay, Boolean, default: false
|
|
attribute :preload, Boolean, default: false
|
|
end
|