toValue method
Implementation
String toValue() {
switch (this) {
case AppAttributesKeys.documentRoot:
return 'DocumentRoot';
case AppAttributesKeys.railsEnv:
return 'RailsEnv';
case AppAttributesKeys.autoBundleOnDeploy:
return 'AutoBundleOnDeploy';
case AppAttributesKeys.awsFlowRubySettings:
return 'AwsFlowRubySettings';
}
}