Module: NomAttributeur
- Defined in:
- lib/images/nommage/nom_attributeur.rb
Overview
NomAttributeur
Class Method Summary collapse
Class Method Details
.attribut_par(extension, date) ⇒ Object
7 8 9 10 |
# File 'lib/images/nommage/nom_attributeur.rb', line 7 def self.attribut_par(extension, date) prefixe = Classification.get_type(extension) date.strftime("#{prefixe}_%Y_%m_%d-%H_%M_%S") end |