Method: FluentCommandBuilder::AppCfgPython::V16::UploadData#filename
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_16.rb
#filename(filename) {|@b| ... } ⇒ Object
2482 2483 2484 2485 2486 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2482 def filename(filename) @b.append " --filename=#{@b.format filename}" yield @b if block_given? self end |