epb_view_models 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. checksums.yaml +4 -4
  2. data/.DS_Store +0 -0
  3. data/.buildspec.yml +13 -0
  4. data/.gitignore +5 -0
  5. data/.ruby-version +1 -0
  6. data/Gemfile.lock +22 -17
  7. data/lib/epb_view_models.rb +1 -1
  8. data/lib/helper/xml_enums_to_output.rb +23 -13
  9. data/lib/presenter/rd_sap/report.rb +196 -1
  10. data/lib/presenter/sap/report.rb +194 -0
  11. data/lib/view_model/rd_sap_schema_170/common_schema.rb +16 -0
  12. data/lib/view_model/rd_sap_schema_171/common_schema.rb +16 -0
  13. data/lib/view_model/rd_sap_schema_180/common_schema.rb +16 -0
  14. data/lib/view_model/rd_sap_schema_190/common_schema.rb +16 -0
  15. data/lib/view_model/rd_sap_schema_200/common_schema.rb +16 -0
  16. data/lib/view_model/rd_sap_schema_ni_173/common_schema.rb +16 -0
  17. data/lib/view_model/rd_sap_schema_ni_174/common_schema.rb +16 -0
  18. data/lib/view_model/rd_sap_schema_ni_180/common_schema.rb +16 -0
  19. data/lib/view_model/rd_sap_schema_ni_190/common_schema.rb +16 -0
  20. data/lib/view_model/rd_sap_schema_ni_200/common_schema.rb +16 -0
  21. data/lib/view_model/rd_sap_wrapper.rb +4 -0
  22. data/lib/view_model/sap_schema_102/common_schema.rb +28 -0
  23. data/lib/view_model/sap_schema_102/rdsap.rb +4 -0
  24. data/lib/view_model/sap_schema_110/common_schema.rb +1 -2
  25. data/lib/view_model/sap_schema_110/rdsap.rb +28 -0
  26. data/lib/view_model/sap_schema_110/sap.rb +28 -0
  27. data/lib/view_model/sap_schema_112/common_schema.rb +1 -2
  28. data/lib/view_model/sap_schema_112/rdsap.rb +28 -0
  29. data/lib/view_model/sap_schema_112/sap.rb +28 -0
  30. data/lib/view_model/sap_schema_120/rdsap.rb +28 -0
  31. data/lib/view_model/sap_schema_120/sap.rb +28 -0
  32. data/lib/view_model/sap_schema_130/rdsap.rb +28 -0
  33. data/lib/view_model/sap_schema_130/sap.rb +28 -0
  34. data/lib/view_model/sap_schema_140/rdsap.rb +28 -0
  35. data/lib/view_model/sap_schema_140/sap.rb +28 -0
  36. data/lib/view_model/sap_schema_141/rdsap.rb +28 -0
  37. data/lib/view_model/sap_schema_141/sap.rb +28 -0
  38. data/lib/view_model/sap_schema_142/rdsap.rb +28 -0
  39. data/lib/view_model/sap_schema_142/sap.rb +28 -0
  40. data/lib/view_model/sap_schema_150/rdsap.rb +28 -0
  41. data/lib/view_model/sap_schema_150/sap.rb +28 -0
  42. data/lib/view_model/sap_schema_160/rdsap.rb +28 -0
  43. data/lib/view_model/sap_schema_160/sap.rb +28 -0
  44. data/lib/view_model/sap_schema_161/rdsap.rb +28 -0
  45. data/lib/view_model/sap_schema_161/sap.rb +28 -0
  46. data/lib/view_model/sap_schema_162/rdsap.rb +28 -0
  47. data/lib/view_model/sap_schema_162/sap.rb +28 -0
  48. data/lib/view_model/sap_schema_163/rdsap.rb +28 -0
  49. data/lib/view_model/sap_schema_163/sap.rb +28 -0
  50. data/lib/view_model/sap_schema_170/common_schema.rb +28 -0
  51. data/lib/view_model/sap_schema_171/common_schema.rb +28 -0
  52. data/lib/view_model/sap_schema_1800/common_schema.rb +28 -0
  53. data/lib/view_model/sap_schema_ni_112/rdsap.rb +32 -4
  54. data/lib/view_model/sap_schema_ni_112/sap.rb +27 -0
  55. data/lib/view_model/sap_schema_ni_120/rdsap.rb +32 -0
  56. data/lib/view_model/sap_schema_ni_120/sap.rb +28 -0
  57. data/lib/view_model/sap_schema_ni_130/rdsap.rb +32 -0
  58. data/lib/view_model/sap_schema_ni_130/sap.rb +28 -0
  59. data/lib/view_model/sap_schema_ni_140/rdsap.rb +32 -0
  60. data/lib/view_model/sap_schema_ni_140/sap.rb +28 -0
  61. data/lib/view_model/sap_schema_ni_141/rdsap.rb +32 -0
  62. data/lib/view_model/sap_schema_ni_141/sap.rb +28 -0
  63. data/lib/view_model/sap_schema_ni_142/rdsap.rb +32 -0
  64. data/lib/view_model/sap_schema_ni_142/sap.rb +28 -0
  65. data/lib/view_model/sap_schema_ni_150/rdsap.rb +32 -0
  66. data/lib/view_model/sap_schema_ni_150/sap.rb +28 -0
  67. data/lib/view_model/sap_schema_ni_160/common_schema.rb +2 -2
  68. data/lib/view_model/sap_schema_ni_160/rdsap.rb +28 -0
  69. data/lib/view_model/sap_schema_ni_160/sap.rb +28 -0
  70. data/lib/view_model/sap_schema_ni_161/common_schema.rb +1 -1
  71. data/lib/view_model/sap_schema_ni_161/rdsap.rb +28 -0
  72. data/lib/view_model/sap_schema_ni_161/sap.rb +28 -0
  73. data/lib/view_model/sap_schema_ni_170/rdsap.rb +28 -0
  74. data/lib/view_model/sap_schema_ni_170/sap.rb +28 -0
  75. data/lib/view_model/sap_schema_ni_171/rdsap.rb +28 -0
  76. data/lib/view_model/sap_schema_ni_171/sap.rb +28 -0
  77. data/lib/view_model/sap_schema_ni_172/rdsap.rb +36 -0
  78. data/lib/view_model/sap_schema_ni_172/sap.rb +28 -0
  79. data/lib/view_model/sap_schema_ni_173/common_schema.rb +28 -0
  80. data/lib/view_model/sap_schema_ni_174/common_schema.rb +28 -0
  81. data/lib/view_model/sap_schema_ni_1800/common_schema.rb +28 -0
  82. data/lib/view_model/sap_wrapper.rb +4 -0
  83. metadata +5 -2
@@ -486,6 +486,34 @@ module ViewModel
486
486
  .search("Main-Heating/Environmental-Efficiency-Rating")
487
487
  .map(&:content)
488
488
  end
489
+
490
+ def cylinder_insul_thickness
491
+ xpath(%w[Cylinder-Insulation-Thickness])
492
+ end
493
+
494
+ def cylinder_insulation_type
495
+ xpath(%w[Cylinder-Insulation-Type])
496
+ end
497
+
498
+ def cylinder_size
499
+ xpath(%w[Cylinder-Size])
500
+ end
501
+
502
+ def has_cylinder_thermostat
503
+ nil
504
+ end
505
+
506
+ def mech_vent_sys_index_number
507
+ nil
508
+ end
509
+
510
+ def mechanical_vent_data_source
511
+ nil
512
+ end
513
+
514
+ def thermal_store
515
+ nil
516
+ end
489
517
  end
490
518
  end
491
519
  end
@@ -61,6 +61,10 @@ module ViewModel
61
61
  def energy_tariff
62
62
  xpath(%w[Meter-Type])
63
63
  end
64
+
65
+ def has_cylinder_thermostat
66
+ xpath(%w[Cylinder-Thermostat])
67
+ end
64
68
  end
65
69
  end
66
70
  end
@@ -381,8 +381,7 @@ module ViewModel
381
381
  end
382
382
 
383
383
  def built_form
384
- built_form_value = xpath(%w[Built-Form])
385
- Helper::XmlEnumsToOutput.xml_value_to_string(built_form_value)
384
+ xpath(%w[Built-Form])
386
385
  end
387
386
 
388
387
  def unheated_corridor_length
@@ -81,6 +81,34 @@ module ViewModel
81
81
  def energy_tariff
82
82
  xpath(%w[Meter-Type])
83
83
  end
84
+
85
+ def cylinder_insul_thickness
86
+ xpath(%w[Cylinder-Insulation-Thickness])
87
+ end
88
+
89
+ def cylinder_insulation_type
90
+ xpath(%w[Cylinder-Insulation-Type])
91
+ end
92
+
93
+ def cylinder_size
94
+ xpath(%w[Cylinder-Size])
95
+ end
96
+
97
+ def has_cylinder_thermostat
98
+ xpath(%w[Cylinder-Thermostat])
99
+ end
100
+
101
+ def mech_vent_sys_index_number
102
+ nil
103
+ end
104
+
105
+ def mechanical_vent_data_source
106
+ nil
107
+ end
108
+
109
+ def thermal_store
110
+ nil
111
+ end
84
112
  end
85
113
  end
86
114
  end
@@ -20,6 +20,34 @@ module ViewModel
20
20
  end
21
21
  nil
22
22
  end
23
+
24
+ def cylinder_insul_thickness
25
+ xpath(%w[Hot-Water-Store-Insulation-Thickness])
26
+ end
27
+
28
+ def cylinder_insulation_type
29
+ xpath(%w[Hot-Water-Store-Insulation-Type])
30
+ end
31
+
32
+ def cylinder_size
33
+ xpath(%w[Hot-Water-Store-Size])
34
+ end
35
+
36
+ def has_cylinder_thermostat
37
+ xpath(%w[Has-Cylinder-Thermostat])
38
+ end
39
+
40
+ def mech_vent_sys_index_number
41
+ xpath(%w[Mechanical-Vent-System-Index-Number])
42
+ end
43
+
44
+ def mechanical_vent_data_source
45
+ xpath(%w[Mechanical-Ventilation-Data-Source])
46
+ end
47
+
48
+ def thermal_store
49
+ xpath(%w[Thermal-Store])
50
+ end
23
51
  end
24
52
  end
25
53
  end
@@ -377,8 +377,7 @@ module ViewModel
377
377
  end
378
378
 
379
379
  def built_form
380
- built_form_value = xpath(%w[Built-Form])
381
- Helper::XmlEnumsToOutput.xml_value_to_string(built_form_value)
380
+ xpath(%w[Built-Form])
382
381
  end
383
382
 
384
383
  def heat_loss_corridor
@@ -81,6 +81,34 @@ module ViewModel
81
81
  def energy_tariff
82
82
  xpath(%w[Meter-Type])
83
83
  end
84
+
85
+ def cylinder_insul_thickness
86
+ xpath(%w[Cylinder-Insulation-Thickness])
87
+ end
88
+
89
+ def cylinder_insulation_type
90
+ xpath(%w[Cylinder-Insulation-Type])
91
+ end
92
+
93
+ def cylinder_size
94
+ xpath(%w[Cylinder-Size])
95
+ end
96
+
97
+ def has_cylinder_thermostat
98
+ xpath(%w[Cylinder-Thermostat])
99
+ end
100
+
101
+ def mech_vent_sys_index_number
102
+ nil
103
+ end
104
+
105
+ def mechanical_vent_data_source
106
+ nil
107
+ end
108
+
109
+ def thermal_store
110
+ nil
111
+ end
84
112
  end
85
113
  end
86
114
  end
@@ -26,6 +26,34 @@ module ViewModel
26
26
  end
27
27
  nil
28
28
  end
29
+
30
+ def cylinder_insul_thickness
31
+ xpath(%w[Hot-Water-Store-Insulation-Thickness])
32
+ end
33
+
34
+ def cylinder_insulation_type
35
+ xpath(%w[Hot-Water-Store-Insulation-Type])
36
+ end
37
+
38
+ def cylinder_size
39
+ xpath(%w[Hot-Water-Store-Size])
40
+ end
41
+
42
+ def has_cylinder_thermostat
43
+ xpath(%w[Has-Cylinder-Thermostat])
44
+ end
45
+
46
+ def mech_vent_sys_index_number
47
+ xpath(%w[Mechanical-Vent-System-Index-Number])
48
+ end
49
+
50
+ def mechanical_vent_data_source
51
+ xpath(%w[Mechanical-Ventilation-Data-Source])
52
+ end
53
+
54
+ def thermal_store
55
+ xpath(%w[Thermal-Store])
56
+ end
29
57
  end
30
58
  end
31
59
  end
@@ -64,6 +64,34 @@ module ViewModel
64
64
  def energy_tariff
65
65
  xpath(%w[Meter-Type])
66
66
  end
67
+
68
+ def cylinder_insul_thickness
69
+ xpath(%w[Cylinder-Insulation-Thickness])
70
+ end
71
+
72
+ def cylinder_insulation_type
73
+ xpath(%w[Cylinder-Insulation-Type])
74
+ end
75
+
76
+ def cylinder_size
77
+ xpath(%w[Cylinder-Size])
78
+ end
79
+
80
+ def has_cylinder_thermostat
81
+ xpath(%w[Cylinder-Thermostat])
82
+ end
83
+
84
+ def mech_vent_sys_index_number
85
+ nil
86
+ end
87
+
88
+ def mechanical_vent_data_source
89
+ nil
90
+ end
91
+
92
+ def thermal_store
93
+ nil
94
+ end
67
95
  end
68
96
  end
69
97
  end
@@ -8,6 +8,34 @@ module ViewModel
8
8
  def construction_year
9
9
  xpath(%w[Construction-Year])
10
10
  end
11
+
12
+ def cylinder_insul_thickness
13
+ xpath(%w[Hot-Water-Store-Insulation-Thickness])
14
+ end
15
+
16
+ def cylinder_insulation_type
17
+ xpath(%w[Hot-Water-Store-Insulation-Type])
18
+ end
19
+
20
+ def cylinder_size
21
+ xpath(%w[Hot-Water-Store-Size])
22
+ end
23
+
24
+ def has_cylinder_thermostat
25
+ xpath(%w[Has-Cylinder-Thermostat])
26
+ end
27
+
28
+ def mech_vent_sys_index_number
29
+ xpath(%w[Mechanical-Vent-System-Index-Number])
30
+ end
31
+
32
+ def mechanical_vent_data_source
33
+ xpath(%w[Mechanical-Ventilation-Data-Source])
34
+ end
35
+
36
+ def thermal_store
37
+ xpath(%w[Thermal-Store])
38
+ end
11
39
  end
12
40
  end
13
41
  end
@@ -64,6 +64,34 @@ module ViewModel
64
64
  def energy_tariff
65
65
  xpath(%w[Meter-Type])
66
66
  end
67
+
68
+ def cylinder_insul_thickness
69
+ xpath(%w[Cylinder-Insulation-Thickness])
70
+ end
71
+
72
+ def cylinder_insulation_type
73
+ xpath(%w[Cylinder-Insulation-Type])
74
+ end
75
+
76
+ def cylinder_size
77
+ xpath(%w[Cylinder-Size])
78
+ end
79
+
80
+ def has_cylinder_thermostat
81
+ xpath(%w[Cylinder-Thermostat])
82
+ end
83
+
84
+ def mech_vent_sys_index_number
85
+ nil
86
+ end
87
+
88
+ def mechanical_vent_data_source
89
+ nil
90
+ end
91
+
92
+ def thermal_store
93
+ nil
94
+ end
67
95
  end
68
96
  end
69
97
  end
@@ -8,6 +8,34 @@ module ViewModel
8
8
  def construction_year
9
9
  xpath(%w[Construction-Year])
10
10
  end
11
+
12
+ def cylinder_insul_thickness
13
+ xpath(%w[Hot-Water-Store-Insulation-Thickness])
14
+ end
15
+
16
+ def cylinder_insulation_type
17
+ xpath(%w[Hot-Water-Store-Insulation-Type])
18
+ end
19
+
20
+ def cylinder_size
21
+ xpath(%w[Hot-Water-Store-Size])
22
+ end
23
+
24
+ def has_cylinder_thermostat
25
+ xpath(%w[Has-Cylinder-Thermostat])
26
+ end
27
+
28
+ def mech_vent_sys_index_number
29
+ xpath(%w[Mechanical-Vent-System-Index-Number])
30
+ end
31
+
32
+ def mechanical_vent_data_source
33
+ xpath(%w[Mechanical-Ventilation-Data-Source])
34
+ end
35
+
36
+ def thermal_store
37
+ xpath(%w[Thermal-Store])
38
+ end
11
39
  end
12
40
  end
13
41
  end
@@ -64,6 +64,34 @@ module ViewModel
64
64
  def energy_tariff
65
65
  xpath(%w[Meter-Type])
66
66
  end
67
+
68
+ def cylinder_insul_thickness
69
+ xpath(%w[Cylinder-Insulation-Thickness])
70
+ end
71
+
72
+ def cylinder_insulation_type
73
+ xpath(%w[Cylinder-Insulation-Type])
74
+ end
75
+
76
+ def cylinder_size
77
+ xpath(%w[Cylinder-Size])
78
+ end
79
+
80
+ def has_cylinder_thermostat
81
+ xpath(%w[Cylinder-Thermostat])
82
+ end
83
+
84
+ def mech_vent_sys_index_number
85
+ nil
86
+ end
87
+
88
+ def mechanical_vent_data_source
89
+ nil
90
+ end
91
+
92
+ def thermal_store
93
+ nil
94
+ end
67
95
  end
68
96
  end
69
97
  end
@@ -8,6 +8,34 @@ module ViewModel
8
8
  def construction_year
9
9
  xpath(%w[Construction-Year])
10
10
  end
11
+
12
+ def cylinder_insul_thickness
13
+ xpath(%w[Hot-Water-Store-Insulation-Thickness])
14
+ end
15
+
16
+ def cylinder_insulation_type
17
+ xpath(%w[Hot-Water-Store-Insulation-Type])
18
+ end
19
+
20
+ def cylinder_size
21
+ xpath(%w[Hot-Water-Store-Size])
22
+ end
23
+
24
+ def has_cylinder_thermostat
25
+ xpath(%w[Has-Cylinder-Thermostat])
26
+ end
27
+
28
+ def mech_vent_sys_index_number
29
+ xpath(%w[Mechanical-Vent-System-Index-Number])
30
+ end
31
+
32
+ def mechanical_vent_data_source
33
+ xpath(%w[Mechanical-Ventilation-Data-Source])
34
+ end
35
+
36
+ def thermal_store
37
+ xpath(%w[Thermal-Store])
38
+ end
11
39
  end
12
40
  end
13
41
  end
@@ -64,6 +64,34 @@ module ViewModel
64
64
  def energy_tariff
65
65
  xpath(%w[Meter-Type])
66
66
  end
67
+
68
+ def cylinder_insul_thickness
69
+ xpath(%w[Cylinder-Insulation-Thickness])
70
+ end
71
+
72
+ def cylinder_insulation_type
73
+ xpath(%w[Cylinder-Insulation-Type])
74
+ end
75
+
76
+ def cylinder_size
77
+ xpath(%w[Cylinder-Size])
78
+ end
79
+
80
+ def has_cylinder_thermostat
81
+ xpath(%w[Cylinder-Thermostat])
82
+ end
83
+
84
+ def mech_vent_sys_index_number
85
+ nil
86
+ end
87
+
88
+ def mechanical_vent_data_source
89
+ nil
90
+ end
91
+
92
+ def thermal_store
93
+ nil
94
+ end
67
95
  end
68
96
  end
69
97
  end