Module: FluentCommandBuilder::AppCfgPython::V16

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

Defined Under Namespace

Classes: Action, AppCfgPython, Backends, CreateBulkloadConfig, CronInfo, DownloadData, RequestLogs, Update, UploadData, VacuumIndexes

Constant Summary collapse

COMMAND_NAME =
'appcfg.py'

Instance Method Summary collapse

Instance Method Details

#appcfg_python {|builder| ... } ⇒ Object

Yields:

  • (builder)


562
563
564
565
566
567
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 562

def appcfg_python
  builder = CommandBuilder.new COMMAND_NAME
  command = AppCfgPython.new builder
  yield builder if block_given?
  command
end