Skip to content

Instantly share code, notes, and snippets.

@seth-macpherson
Created November 19, 2018 19:37
Show Gist options
  • Save seth-macpherson/83579987252f0693cdd169a55b65883d to your computer and use it in GitHub Desktop.
Save seth-macpherson/83579987252f0693cdd169a55b65883d to your computer and use it in GitHub Desktop.
Storage Pricing
STORAGE = {
cb: {
1 => {
annual: 149.00,
prepaid_term: 2199.00,
prepaid_life: 3199.00
},
2 => {
annual: 298.00,
prepaid_term: 4398.00,
prepaid_life: 6398.00
},
3 => {
annual: 447.00,
prepaid_term: 6597.00,
prepaid_life: 9597.00
}
},
cb_tissue: {
1 => {
annual: 279.00,
prepaid_term: 4199.00,
prepaid_life: 6399.00
},
2 => {
annual: 558.00,
prepaid_term: 8398.00,
prepaid_life: 12798.00
},
3 => {
annual: 837.00,
prepaid_term: 12597.00,
prepaid_life: 19197.00
}
},
tissue: {
1 => {
annual: 130.00,
prepaid_term: 2000.00,
prepaid_life: 3200.00
},
2 => {
annual: 260.00,
prepaid_term: 4000.00,
prepaid_life: 6000.00
},
3 => {
annual: 390.00,
prepaid_term: 6000.00,
prepaid_life: 8000.00
}
}
}.with_indifferent_access.freeze
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment