Class: BuildingSync::TenantType::ContactIDs::ContactID
- Inherits:
-
Object
- Object
- BuildingSync::TenantType::ContactIDs::ContactID
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019ContactID
xmlattr_IDref - SOAP::SOAPIDREF
Constant Summary collapse
- AttrIDref =
XSD::QName.new(nil, "IDref")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ ContactID
constructor
A new instance of ContactID.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize ⇒ ContactID
2147 2148 2149 |
# File 'lib/BuildingSync.rb', line 2147 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
2135 2136 2137 |
# File 'lib/BuildingSync.rb', line 2135 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
2139 2140 2141 |
# File 'lib/BuildingSync.rb', line 2139 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
2143 2144 2145 |
# File 'lib/BuildingSync.rb', line 2143 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |