Class: BuildingSync::LinkedAuditCycle
- Inherits:
-
Object
- Object
- BuildingSync::LinkedAuditCycle
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019LinkedAuditCycle
indexYearOfAuditCycle - SOAP::SOAPPositiveInteger
xmlattr_IDref - SOAP::SOAPIDREF
Constant Summary collapse
- AttrIDref =
XSD::QName.new(nil, "IDref")
Instance Attribute Summary collapse
-
#indexYearOfAuditCycle ⇒ Object
Returns the value of attribute indexYearOfAuditCycle.
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(indexYearOfAuditCycle = nil) ⇒ LinkedAuditCycle
constructor
A new instance of LinkedAuditCycle.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize(indexYearOfAuditCycle = nil) ⇒ LinkedAuditCycle
Returns a new instance of LinkedAuditCycle.
23839 23840 23841 23842 |
# File 'lib/BuildingSync.rb', line 23839 def initialize(indexYearOfAuditCycle = nil) @indexYearOfAuditCycle = indexYearOfAuditCycle @__xmlattr = {} end |
Instance Attribute Details
#indexYearOfAuditCycle ⇒ Object
Returns the value of attribute indexYearOfAuditCycle.
23825 23826 23827 |
# File 'lib/BuildingSync.rb', line 23825 def indexYearOfAuditCycle @indexYearOfAuditCycle end |
Instance Method Details
#__xmlattr ⇒ Object
23827 23828 23829 |
# File 'lib/BuildingSync.rb', line 23827 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
23831 23832 23833 |
# File 'lib/BuildingSync.rb', line 23831 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
23835 23836 23837 |
# File 'lib/BuildingSync.rb', line 23835 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |