Class: OpenStudio::Model::OptionalEnergyManagementSystemActuator
- Inherits:
-
Object
- Object
- OpenStudio::Model::OptionalEnergyManagementSystemActuator
- Defined in:
- lib/openstudio-api-stubs/Classes/OptionalEnergyManagementSystemActuator.rb
Class Method Summary collapse
Instance Method Summary collapse
- #__ref__ ⇒ EnergyManagementSystemActuator
- #get ⇒ EnergyManagementSystemActuator
- #is_initialized ⇒ Boolean
- #isNull ⇒ Boolean
- #reset ⇒ Object
- #set(energyManagementSystemActuator) ⇒ Object
Class Method Details
.new(*args) ⇒ Object
5 6 |
# File 'lib/openstudio-api-stubs/Classes/OptionalEnergyManagementSystemActuator.rb', line 5 def self.new(*args) end |
Instance Method Details
#__ref__ ⇒ EnergyManagementSystemActuator
10 11 |
# File 'lib/openstudio-api-stubs/Classes/OptionalEnergyManagementSystemActuator.rb', line 10 def __ref__ end |
#get ⇒ EnergyManagementSystemActuator
19 20 |
# File 'lib/openstudio-api-stubs/Classes/OptionalEnergyManagementSystemActuator.rb', line 19 def get end |
#is_initialized ⇒ Boolean
13 14 |
# File 'lib/openstudio-api-stubs/Classes/OptionalEnergyManagementSystemActuator.rb', line 13 def is_initialized end |
#isNull ⇒ Boolean
16 17 |
# File 'lib/openstudio-api-stubs/Classes/OptionalEnergyManagementSystemActuator.rb', line 16 def isNull end |
#reset ⇒ Object
7 8 |
# File 'lib/openstudio-api-stubs/Classes/OptionalEnergyManagementSystemActuator.rb', line 7 def reset end |
#set(energyManagementSystemActuator) ⇒ Object
21 22 |
# File 'lib/openstudio-api-stubs/Classes/OptionalEnergyManagementSystemActuator.rb', line 21 def set(energyManagementSystemActuator) end |