You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lib/patch_ruby/models/project.rb
+12-2
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,10 @@ class Project
57
57
# The remaining mass in grams available for purchase for this project.
58
58
attr_accessor:remaining_mass_g
59
59
60
-
# An object returning the Standard associated with this project.
60
+
# The name of the project verifier. A verifier is the organization that verifies the calculations of the actual amount of greenhouse gas emissions that have been avoided or sequestered through implementation of the project.
61
+
attr_accessor:verifier
62
+
63
+
# An object returning the Standard associated with this project. Standards provide guidance on GHG quantification, monitoring, and reporting. Standards can include protocols/methodologies and guidance documents.
61
64
attr_accessor:standard
62
65
63
66
# An array returning the UN Sustainable Development Goals associated with this project.
0 commit comments