Class: BuildingSync::AssetScoreData::Score
- Inherits:
-
String
- Object
- String
- BuildingSync::AssetScoreData::Score
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: Score http://buildingsync.net/schemas/bedes-auc/2019Score
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) ⇒ Score
constructor
A new instance of Score.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ Score
Returns a new instance of Score.
21296 21297 21298 21299 |
# File 'lib/BuildingSync.rb', line 21296 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
21284 21285 21286 |
# File 'lib/BuildingSync.rb', line 21284 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
21288 21289 21290 |
# File 'lib/BuildingSync.rb', line 21288 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
21292 21293 21294 |
# File 'lib/BuildingSync.rb', line 21292 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |