Method: FluentCommandBuilder::AppCfgPython::V16::UploadData#oauth2_refresh_token

Defined in:
lib/fluent_command_builder/command_builders/appcfg_python_16.rb

#oauth2_refresh_token(oauth2_refresh_token) {|@b| ... } ⇒ Object

Yields:

  • (@b)


2417
2418
2419
2420
2421
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2417

def oauth2_refresh_token(oauth2_refresh_token)
  @b.append " --oauth2_refresh_token=#{@b.format oauth2_refresh_token}"
  yield @b if block_given?
  self
end