Class: BuildingSync::HDD
- Inherits:
-
Object
- Object
- BuildingSync::HDD
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaHDD
temperature - BuildingSync::Temperature
hDDValue - SOAP::SOAPDecimal
Instance Attribute Summary collapse
-
#hDDValue ⇒ Object
Returns the value of attribute hDDValue.
-
#temperature ⇒ Object
Returns the value of attribute temperature.
Instance Method Summary collapse
-
#initialize(temperature = [], hDDValue = []) ⇒ HDD
constructor
A new instance of HDD.
Constructor Details
#initialize(temperature = [], hDDValue = []) ⇒ HDD
Returns a new instance of HDD.
28472 28473 28474 28475 |
# File 'lib/BuildingSync.rb', line 28472 def initialize(temperature = [], hDDValue = []) @temperature = temperature @hDDValue = hDDValue end |
Instance Attribute Details
#hDDValue ⇒ Object
Returns the value of attribute hDDValue.
28470 28471 28472 |
# File 'lib/BuildingSync.rb', line 28470 def hDDValue @hDDValue end |
#temperature ⇒ Object
Returns the value of attribute temperature.
28469 28470 28471 |
# File 'lib/BuildingSync.rb', line 28469 def temperature @temperature end |