Class: BuildingSync::CDD

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

Overview

http://www.gbxml.org/schemaCDD

temperature - BuildingSync::Temperature
cDDValue - SOAP::SOAPDecimal

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(temperature = [], cDDValue = []) ⇒ CDD

Returns a new instance of CDD.



25425
25426
25427
25428
# File 'lib/BuildingSync.rb', line 25425

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

Instance Attribute Details

#cDDValueObject

Returns the value of attribute cDDValue.



25423
25424
25425
# File 'lib/BuildingSync.rb', line 25423

def cDDValue
  @cDDValue
end

#temperatureObject

Returns the value of attribute temperature.



25422
25423
25424
# File 'lib/BuildingSync.rb', line 25422

def temperature
  @temperature
end