Guest User

Untitled

a guest
Oct 20th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. ruby-1.9.2-p180 :117 > ap ReceivedEmail.gather_inventory ReceivedEmail.find(13).body.split(/Weight and Volume Calculator\(Cube Sheet\)/)[1].split(/\r?\n/)[4..50].reject{|e| e.strip.empty?};0
  2. {
  3. :appliances => [
  4. [0] {
  5. :item_name => "Vacuum Cleaner",
  6. :quantity => "1",
  7. :weight => "35",
  8. :volume => "5"
  9. }
  10. ],
  11. :bedroom => [
  12. [0] {
  13. :item_name => "Bed, Single/Hollywood",
  14. :quantity => "1",
  15. :weight => "280",
  16. :volume => "40"
  17. },
  18. [1] {
  19. :item_name => "Box, Large",
  20. :quantity => "40",
  21. :weight => "1680",
  22. :volume => "240"
  23. },
  24. [2] {
  25. :item_name => "Chair, Boudoir",
  26. :quantity => "1",
  27. :weight => "70",
  28. :volume => "10"
  29. },
  30. [3] {
  31. :item_name => "Chest",
  32. :quantity => "1",
  33. :weight => "84",
  34. :volume => "12"
  35. },
  36. [4] {
  37. :item_name => "Dresser, Single",
  38. :quantity => "1",
  39. :weight => "210",
  40. :volume => "30"
  41. },
  42. [5] {
  43. :item_name => "Rug, Large",
  44. :quantity => "1",
  45. :weight => "70",
  46. :volume => "10"
  47. },
  48. [6] {
  49. :item_name => "Rug, Small",
  50. :quantity => "5",
  51. :weight => "105",
  52. :volume => "15"
  53. },
  54. [7] {
  55. :item_name => "Wardrobe, Large",
  56. :quantity => "1",
  57. :weight => "280",
  58. :volume => "40"
  59. }
  60. ],
  61. :kitchen => [
  62. [0] {
  63. :item_name => "Box, Dish-Pack",
  64. :quantity => "5",
  65. :weight => "350",
  66. :volume => "50"
  67. },
  68. [1] {
  69. :item_name => "Breakfast Suite, Chairs",
  70. :quantity => "4",
  71. :weight => "140",
  72. :volume => "20"
  73. },
  74. [2] {
  75. :item_name => "Microwave Oven",
  76. :quantity => "1",
  77. :weight => "70",
  78. :volume => "10"
  79. },
  80. [3] {
  81. :item_name => "Stool",
  82. :quantity => "1",
  83. :weight => "21",
  84. :volume => "3"
  85. }
  86. ],
  87. :"living room" => [
  88. [0] {
  89. :item_name => "Bookcase",
  90. :quantity => "6",
  91. :weight => "840",
  92. :volume => "120"
  93. },
  94. [1] {
  95. :item_name => "Chair, Rocker",
  96. :quantity => "1",
  97. :weight => "84",
  98. :volume => "12"
  99. },
  100. [2] {
  101. :item_name => "Lamp, Floor",
  102. :quantity => "2",
  103. :weight => "42",
  104. :volume => "6"
  105. },
  106. [3] {
  107. :item_name => "Magazine Rack",
  108. :quantity => "1",
  109. :weight => "14",
  110. :volume => "2"
  111. },
  112. [4] {
  113. :item_name => "Secretary Desk",
  114. :quantity => "1",
  115. :weight => "245",
  116. :volume => "35"
  117. },
  118. [5] {
  119. :item_name => "Sofa, Per Section",
  120. :quantity => "1",
  121. :weight => "210",
  122. :volume => "30"
  123. },
  124. [6] {
  125. :item_name => "Tables, End",
  126. :quantity => "2",
  127. :weight => "70",
  128. :volume => "10"
  129. },
  130. [7] {
  131. :item_name => "Trunk",
  132. :quantity => "1",
  133. :weight => "35",
  134. :volume => "5"
  135. },
  136. [8] {
  137. :item_name => "Plasma TV, 30 inches to 49 inches",
  138. :quantity => "1",
  139. :weight => "70",
  140. :volume => "10"
  141. }
  142. ]
  143. }
  144. => 0
Add Comment
Please, Sign In to add comment