Method: FluentCommandBuilder::AppCfgPython::V16::UploadData#url

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

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

Yields:

  • (@b)


2427
2428
2429
2430
2431
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2427

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