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.



28472
28473
28474
28475
# File 'lib/BuildingSync.rb', line 28472

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

Instance Attribute Details

#hDDValueObject

Returns the value of attribute hDDValue.



28470
28471
28472
# File 'lib/BuildingSync.rb', line 28470

def hDDValue
  @hDDValue
end

#temperatureObject

Returns the value of attribute temperature.



28469
28470
28471
# File 'lib/BuildingSync.rb', line 28469

def temperature
  @temperature
end