Class: BuildingSync::CriticalITSystemType::ITPeakPower
- Inherits:
-
String
- Object
- String
- BuildingSync::CriticalITSystemType::ITPeakPower
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: ITPeakPower http://buildingsync.net/schemas/bedes-auc/2019ITPeakPower
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) ⇒ ITPeakPower
constructor
A new instance of ITPeakPower.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ ITPeakPower
Returns a new instance of ITPeakPower.
14911 14912 14913 14914 |
# File 'lib/BuildingSync.rb', line 14911 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
14899 14900 14901 |
# File 'lib/BuildingSync.rb', line 14899 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
14903 14904 14905 |
# File 'lib/BuildingSync.rb', line 14903 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
14907 14908 14909 |
# File 'lib/BuildingSync.rb', line 14907 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |