Method: FluentCommandBuilder::AppCfgPython::V16::CronInfo#email
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_16.rb
#email(email) {|@b| ... } ⇒ Object
985 986 987 988 989 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 985 def email(email) @b.append " --email=#{@b.format email}" yield @b if block_given? self end |