lib/measures/inject_idf_objects/measure.rb in openstudio-common-measures-0.1.2 vs lib/measures/inject_idf_objects/measure.rb in openstudio-common-measures-0.2.0
- old
+ new
@@ -44,10 +44,10 @@
# see the URL below for access to C++ documentation on workspace objects (click on "workspace" in the main window to view workspace objects)
# http://openstudio.nrel.gov/sites/openstudio.nrel.gov/files/nv_data/cpp_documentation_it/utilities/html/idf_page.html
# start the measure
-class InjectIDFObjects < OpenStudio::Ruleset::WorkspaceUserScript
+class InjectIDFObjects < OpenStudio::Measure::EnergyPlusMeasure
# define the name that a user will see, this method may be deprecated as
# the display name in PAT comes from the name field in measure.xml
def name
return ' Inject IDF Objects'
end