Class: Pageflow::TextTrackFileUrlTemplates
- Inherits:
-
Object
- Object
- Pageflow::TextTrackFileUrlTemplates
- Defined in:
- app/models/pageflow/text_track_file_url_templates.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
3 4 5 6 7 |
# File 'app/models/pageflow/text_track_file_url_templates.rb', line 3 def call { vtt: UrlTemplate.(example_file., :vtt) } end |