Class: BuildingSync::BoilerLWT
- Inherits:
-
String
- Object
- String
- BuildingSync::BoilerLWT
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019BoilerLWT
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) ⇒ BoilerLWT
constructor
A new instance of BoilerLWT.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ BoilerLWT
Returns a new instance of BoilerLWT.
22650 22651 22652 22653 |
# File 'lib/BuildingSync.rb', line 22650 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
22638 22639 22640 |
# File 'lib/BuildingSync.rb', line 22638 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
22642 22643 22644 |
# File 'lib/BuildingSync.rb', line 22642 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
22646 22647 22648 |
# File 'lib/BuildingSync.rb', line 22646 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |