Class: BuildingSync::CDD
- Inherits:
-
Object
- Object
- BuildingSync::CDD
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaCDD
temperature - BuildingSync::Temperature
cDDValue - SOAP::SOAPDecimal
Instance Attribute Summary collapse
-
#cDDValue ⇒ Object
Returns the value of attribute cDDValue.
-
#temperature ⇒ Object
Returns the value of attribute temperature.
Instance Method Summary collapse
-
#initialize(temperature = [], cDDValue = []) ⇒ CDD
constructor
A new instance of CDD.
Constructor Details
#initialize(temperature = [], cDDValue = []) ⇒ CDD
Returns a new instance of CDD.
25950 25951 25952 25953 |
# File 'lib/BuildingSync.rb', line 25950 def initialize(temperature = [], cDDValue = []) @temperature = temperature @cDDValue = cDDValue end |
Instance Attribute Details
#cDDValue ⇒ Object
Returns the value of attribute cDDValue.
25948 25949 25950 |
# File 'lib/BuildingSync.rb', line 25948 def cDDValue @cDDValue end |
#temperature ⇒ Object
Returns the value of attribute temperature.
25947 25948 25949 |
# File 'lib/BuildingSync.rb', line 25947 def temperature @temperature end |