Skip to content

Instantly share code, notes, and snippets.

@LBRapid
Created August 19, 2013 15:59
Show Gist options
  • Select an option

  • Save LBRapid/6270741 to your computer and use it in GitHub Desktop.

Select an option

Save LBRapid/6270741 to your computer and use it in GitHub Desktop.
def config_as_param_hash
{
'rlm.csv_target_bucket' => 'dev-bucket',
'rlm.aws_access_key_id' => 'abc',
'rlm.aws_secret_access_key' => 'cded',
'rlm.shipping_map' => [{"Overnight"=>"FXN", "International"=>"FXI", "Alaska & Hawaii"=>"FSP", "US-3-DAY" => "FX3"}],
'rlm.ground_shipping_map' => [{"Montana"=>"FXG", "Wyoming" => "FXG"}],
'rlm.options_mapping' => [{"size" => "size", "color" => "color"}]
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment