Method: FluentCommandBuilder::AppCfgPython::V16::UploadData#http_limit

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

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

Yields:

  • (@b)


2447
2448
2449
2450
2451
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2447

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