Class: Pageflow::OtherFileUrlTemplates Private
- Inherits:
-
Object
- Object
- Pageflow::OtherFileUrlTemplates
- Defined in:
- app/models/pageflow/other_file_url_templates.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #call ⇒ Object private
Instance Method Details
#call ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
4 5 6 7 8 |
# File 'app/models/pageflow/other_file_url_templates.rb', line 4 def call { original: UrlTemplate.(example_file., :original) } end |