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.



25950
25951
25952
25953
# File 'lib/BuildingSync.rb', line 25950

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

Instance Attribute Details

#cDDValueObject

Returns the value of attribute cDDValue.



25948
25949
25950
# File 'lib/BuildingSync.rb', line 25948

def cDDValue
  @cDDValue
end

#temperatureObject

Returns the value of attribute temperature.



25947
25948
25949
# File 'lib/BuildingSync.rb', line 25947

def temperature
  @temperature
end