class AppEngine::Exec::UnsupportedStrategy
Unsupported strategy
Attributes
app_env[R]
strategy[R]
Public Class Methods
new(strategy, app_env)
click to toggle source
Calls superclass method
# File lib/appengine/exec.rb, line 264 def initialize strategy, app_env @strategy = strategy @app_env = app_env super "Strategy \"#{strategy}\" not supported for the #{app_env}" \ " environment" end