asciinema.org/app/models/embed_playback_options.rb

5 lines
143 B
Ruby
Raw Normal View History

class EmbedPlaybackOptions < PlaybackOptions
attribute :autoplay, Boolean, default: false
2016-10-01 19:58:59 +00:00
attribute :preload, Boolean, default: false
end