Method: FluentCommandBuilder::AppCfgPython::V16::UploadData#host
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_16.rb
#host(host) {|@b| ... } ⇒ Object
2372 2373 2374 2375 2376 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2372 def host(host) @b.append " --host=#{@b.format host}" yield @b if block_given? self end |