Class: BuildingSync::CLTDParameters
- Inherits:
-
Object
- Object
- BuildingSync::CLTDParameters
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaCLTDParameters
xmlattr_roofASHRAENumber - SOAP::SOAPNMTOKEN
xmlattr_wallASHRAEGroup - SOAP::SOAPNMTOKEN
xmlattr_roofColor - SOAP::SOAPNMTOKEN
xmlattr_roofHasSuspendedCeiling - SOAP::SOAPBoolean
xmlattr_wallColor - SOAP::SOAPNMTOKEN
Constant Summary collapse
- AttrRoofASHRAENumber =
XSD::QName.new(nil, "roofASHRAENumber")
- AttrRoofColor =
XSD::QName.new(nil, "roofColor")
- AttrRoofHasSuspendedCeiling =
XSD::QName.new(nil, "roofHasSuspendedCeiling")
- AttrWallASHRAEGroup =
XSD::QName.new(nil, "wallASHRAEGroup")
- AttrWallColor =
XSD::QName.new(nil, "wallColor")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ CLTDParameters
constructor
A new instance of CLTDParameters.
- #xmlattr_roofASHRAENumber ⇒ Object
- #xmlattr_roofASHRAENumber=(value) ⇒ Object
- #xmlattr_roofColor ⇒ Object
- #xmlattr_roofColor=(value) ⇒ Object
- #xmlattr_roofHasSuspendedCeiling ⇒ Object
- #xmlattr_roofHasSuspendedCeiling=(value) ⇒ Object
- #xmlattr_wallASHRAEGroup ⇒ Object
- #xmlattr_wallASHRAEGroup=(value) ⇒ Object
- #xmlattr_wallColor ⇒ Object
- #xmlattr_wallColor=(value) ⇒ Object
Constructor Details
#initialize ⇒ CLTDParameters
Returns a new instance of CLTDParameters.
26017 26018 26019 |
# File 'lib/BuildingSync.rb', line 26017 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
25973 25974 25975 |
# File 'lib/BuildingSync.rb', line 25973 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_roofASHRAENumber ⇒ Object
25977 25978 25979 |
# File 'lib/BuildingSync.rb', line 25977 def xmlattr_roofASHRAENumber __xmlattr[AttrRoofASHRAENumber] end |
#xmlattr_roofASHRAENumber=(value) ⇒ Object
25981 25982 25983 |
# File 'lib/BuildingSync.rb', line 25981 def xmlattr_roofASHRAENumber=(value) __xmlattr[AttrRoofASHRAENumber] = value end |
#xmlattr_roofColor ⇒ Object
25993 25994 25995 |
# File 'lib/BuildingSync.rb', line 25993 def xmlattr_roofColor __xmlattr[AttrRoofColor] end |
#xmlattr_roofColor=(value) ⇒ Object
25997 25998 25999 |
# File 'lib/BuildingSync.rb', line 25997 def xmlattr_roofColor=(value) __xmlattr[AttrRoofColor] = value end |
#xmlattr_roofHasSuspendedCeiling ⇒ Object
26001 26002 26003 |
# File 'lib/BuildingSync.rb', line 26001 def xmlattr_roofHasSuspendedCeiling __xmlattr[AttrRoofHasSuspendedCeiling] end |
#xmlattr_roofHasSuspendedCeiling=(value) ⇒ Object
26005 26006 26007 |
# File 'lib/BuildingSync.rb', line 26005 def xmlattr_roofHasSuspendedCeiling=(value) __xmlattr[AttrRoofHasSuspendedCeiling] = value end |
#xmlattr_wallASHRAEGroup ⇒ Object
25985 25986 25987 |
# File 'lib/BuildingSync.rb', line 25985 def xmlattr_wallASHRAEGroup __xmlattr[AttrWallASHRAEGroup] end |
#xmlattr_wallASHRAEGroup=(value) ⇒ Object
25989 25990 25991 |
# File 'lib/BuildingSync.rb', line 25989 def xmlattr_wallASHRAEGroup=(value) __xmlattr[AttrWallASHRAEGroup] = value end |
#xmlattr_wallColor ⇒ Object
26009 26010 26011 |
# File 'lib/BuildingSync.rb', line 26009 def xmlattr_wallColor __xmlattr[AttrWallColor] end |
#xmlattr_wallColor=(value) ⇒ Object
26013 26014 26015 |
# File 'lib/BuildingSync.rb', line 26013 def xmlattr_wallColor=(value) __xmlattr[AttrWallColor] = value end |