Class: BuildingSync::LightingSystemType::PercentPremisesServed
- Inherits:
-
String
- Object
- String
- BuildingSync::LightingSystemType::PercentPremisesServed
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: PercentPremisesServed http://buildingsync.net/schemas/bedes-auc/2019PercentPremisesServed
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) ⇒ PercentPremisesServed
constructor
A new instance of PercentPremisesServed.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ PercentPremisesServed
Returns a new instance of PercentPremisesServed.
9336 9337 9338 9339 |
# File 'lib/BuildingSync.rb', line 9336 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
9324 9325 9326 |
# File 'lib/BuildingSync.rb', line 9324 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
9328 9329 9330 |
# File 'lib/BuildingSync.rb', line 9328 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
9332 9333 9334 |
# File 'lib/BuildingSync.rb', line 9332 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |