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