Method: FluentCommandBuilder::AppCfgPython::V16::UploadData#oauth2
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_16.rb
#oauth2 {|@b| ... } ⇒ Object
2412 2413 2414 2415 2416 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2412 def oauth2 @b.append ' --oauth2' yield @b if block_given? self end |