Method: FluentCommandBuilder::AppCfgPython::V16::UploadData#email

Defined in:
lib/fluent_command_builder/command_builders/appcfg_python_16.rb

#email(email) {|@b| ... } ⇒ Object

Yields:

  • (@b)


2367
2368
2369
2370
2371
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2367

def email(email)
  @b.append " --email=#{@b.format email}"
  yield @b if block_given?
  self
end