Method: FluentCommandBuilder::AppCfgPython::V16::Delete#oauth2
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_16.rb
#oauth2 {|@b| ... } ⇒ Object
282 283 284 285 286 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 282 def oauth2 @b.append ' --oauth2' yield @b if block_given? self end |