4 lines
96 B
Ruby
4 lines
96 B
Ruby
class EmbedPlaybackOptions < PlaybackOptions
|
|
attribute :autoplay, Boolean, default: false
|
|
end
|