Method: FluentCommandBuilder::AppCfgPython::V16::UploadData#auth_domain
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_16.rb
#auth_domain(auth_domain) {|@b| ... } ⇒ Object
2457 2458 2459 2460 2461 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2457 def auth_domain(auth_domain) @b.append " --auth_domain=#{@b.format auth_domain}" yield @b if block_given? self end |