Class: BuildingSync::CoolingSourceID
- Inherits:
-
Object
- Object
- BuildingSync::CoolingSourceID
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019CoolingSourceID
xmlattr_IDref - SOAP::SOAPIDREF
Constant Summary collapse
- AttrIDref =
XSD::QName.new(nil, "IDref")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ CoolingSourceID
constructor
A new instance of CoolingSourceID.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize ⇒ CoolingSourceID
Returns a new instance of CoolingSourceID.
22945 22946 22947 |
# File 'lib/BuildingSync.rb', line 22945 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
22933 22934 22935 |
# File 'lib/BuildingSync.rb', line 22933 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
22937 22938 22939 |
# File 'lib/BuildingSync.rb', line 22937 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
22941 22942 22943 |
# File 'lib/BuildingSync.rb', line 22941 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |