Method: FluentCommandBuilder::AppCfgPython::V17::UpdateDos#oauth2_refresh_token
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_17.rb
#oauth2_refresh_token(oauth2_refresh_token) {|@b| ... } ⇒ Object
2119 2120 2121 2122 2123 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_17.rb', line 2119 def oauth2_refresh_token(oauth2_refresh_token) @b.append " --oauth2_refresh_token=#{@b.format oauth2_refresh_token}" yield @b if block_given? self end |