Class: Pageflow::AudioFileUrlTemplates

Inherits:
Object
  • Object
show all
Defined in:
app/models/pageflow/audio_file_url_templates.rb

Instance Method Summary collapse

Instance Method Details

#callObject



3
4
5
6
7
8
9
# File 'app/models/pageflow/audio_file_url_templates.rb', line 3

def call
  {
    m4a: url_template(:m4a),
    mp3: url_template(:mp3),
    ogg: url_template(:ogg),
  }
end