Class: BuildingSync::PrimaryContactID
- Inherits:
-
Object
- Object
- BuildingSync::PrimaryContactID
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019PrimaryContactID
xmlattr_IDref - SOAP::SOAPIDREF
Constant Summary collapse
- AttrIDref =
XSD::QName.new(nil, "IDref")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ PrimaryContactID
constructor
A new instance of PrimaryContactID.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize ⇒ PrimaryContactID
Returns a new instance of PrimaryContactID.
21013 21014 21015 |
# File 'lib/BuildingSync.rb', line 21013 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
21001 21002 21003 |
# File 'lib/BuildingSync.rb', line 21001 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
21005 21006 21007 |
# File 'lib/BuildingSync.rb', line 21005 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
21009 21010 21011 |
# File 'lib/BuildingSync.rb', line 21009 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |