Class: BuildingSync::TenantIDs::TenantID
- Inherits:
-
Object
- Object
- BuildingSync::TenantIDs::TenantID
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: TenantID http://buildingsync.net/schemas/bedes-auc/2019TenantID
xmlattr_IDref - SOAP::SOAPIDREF
Constant Summary collapse
- AttrIDref =
XSD::QName.new(nil, "IDref")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ TenantID
constructor
A new instance of TenantID.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize ⇒ TenantID
Returns a new instance of TenantID.
21040 21041 21042 |
# File 'lib/BuildingSync.rb', line 21040 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
21028 21029 21030 |
# File 'lib/BuildingSync.rb', line 21028 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
21032 21033 21034 |
# File 'lib/BuildingSync.rb', line 21032 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
21036 21037 21038 |
# File 'lib/BuildingSync.rb', line 21036 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |