Class: BuildingSync::HDD

Inherits:
Object
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

http://www.gbxml.org/schemaHDD

temperature - BuildingSync::Temperature
hDDValue - SOAP::SOAPDecimal

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(temperature = [], hDDValue = []) ⇒ HDD

Returns a new instance of HDD.



27947
27948
27949
27950
# File 'lib/BuildingSync.rb', line 27947

def initialize(temperature = [], hDDValue = [])
  @temperature = temperature
  @hDDValue = hDDValue
end

Instance Attribute Details

#hDDValueObject

Returns the value of attribute hDDValue.



27945
27946
27947
# File 'lib/BuildingSync.rb', line 27945

def hDDValue
  @hDDValue
end

#temperatureObject

Returns the value of attribute temperature.



27944
27945
27946
# File 'lib/BuildingSync.rb', line 27944

def temperature
  @temperature
end