Class: Vime::Ui::Captions
- Defined in:
- lib/vime/ui/captions.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
11 12 13 |
# File 'lib/vime/ui/captions.rb', line 11 def call content_tag "vm-captions", nil, process_attrs(dom_attrs) end |
#dom_attrs ⇒ Object
15 16 17 18 19 20 |
# File 'lib/vime/ui/captions.rb', line 15 def dom_attrs super.merge({ controls_height: controls_height, hidden: hidden, }) end |