Module: FluentCommandBuilder::AppCfgPython

Defined in:
lib/fluent_command_builder/command_builders/appcfg_python.rb,
lib/fluent_command_builder/command_builders/appcfg_python_16.rb,
lib/fluent_command_builder/command_builders/appcfg_python_17.rb

Defined Under Namespace

Modules: V16, V17

Constant Summary collapse

COMMAND_NAME =
'appcfg.py'

Class Method Summary collapse

Class Method Details

.version(path = nil) ⇒ Object



15
16
17
# File 'lib/fluent_command_builder/command_builders/appcfg_python.rb', line 15

def self.version(path=nil)
  self.version_detector.version path
end

.version_detectorObject



9
10
11
# File 'lib/fluent_command_builder/command_builders/appcfg_python.rb', line 9

def self.version_detector
  @version_detector ||= AppEnginePythonVersionDetector.new COMMAND_NAME
end

.version_detector=(value) ⇒ Object



12
13
14
# File 'lib/fluent_command_builder/command_builders/appcfg_python.rb', line 12

def self.version_detector=(value)
  @version_detector = value
end