ApplicationState
# File lib/openshift-origin-node/model/upgrade.rb, line 49 def initialize(container, state_file = '.state') @container = container @uuid = container.uuid config = OpenShift::Config.new @state_file = File.join(config.get("GEAR_BASE_DIR"), uuid, "app-root", "runtime", state_file) end
Generated with the Darkfish Rdoc Generator 2.