Class: BuildingSync::MeasureType::UsefulLife
- Inherits:
-
String
- Object
- String
- BuildingSync::MeasureType::UsefulLife
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: UsefulLife http://buildingsync.net/schemas/bedes-auc/2019UsefulLife
xmlattr_Source - SOAP::SOAPString
Constant Summary collapse
- AttrSource =
XSD::QName.new("http://buildingsync.net/schemas/bedes-auc/2019", "Source")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ UsefulLife
constructor
A new instance of UsefulLife.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ UsefulLife
Returns a new instance of UsefulLife.
5648 5649 5650 5651 |
# File 'lib/BuildingSync.rb', line 5648 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
5636 5637 5638 |
# File 'lib/BuildingSync.rb', line 5636 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
5640 5641 5642 |
# File 'lib/BuildingSync.rb', line 5640 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
5644 5645 5646 |
# File 'lib/BuildingSync.rb', line 5644 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |