asciinema.org/app/models/embed_playback_options.rb

4 lines
96 B
Ruby
Raw Normal View History

class EmbedPlaybackOptions < PlaybackOptions
attribute :autoplay, Boolean, default: false
end