Method: Mutx::Support::Configuration.auto_execution_id
- Defined in:
- lib/mutx/support/configuration.rb
.auto_execution_id ⇒ Object
280 281 282 283 284 285 286 287 288 |
# File 'lib/mutx/support/configuration.rb', line 280 def self.auto_execution_id if @@input.has_key? "execution_tag_placeholder" if @@input["execution_tag_placeholder"]["datetime"] Time.now.strftime(@@input["execution_tag_placeholder"]["format"]) else @@input["execution_tag_placeholder"]["default"] end end end |