Method: FluentCommandBuilder::AppCfgPython::V16::UploadData#kind
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_16.rb
#kind(kind) {|@b| ... } ⇒ Object
2487 2488 2489 2490 2491 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2487 def kind(kind) @b.append " --kind=#{@b.format kind}" yield @b if block_given? self end |