Class: BuildingSync::CriticalITSystemType::ITStandbyPower
- Inherits:
-
String
- Object
- String
- BuildingSync::CriticalITSystemType::ITStandbyPower
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: ITStandbyPower http://buildingsync.net/schemas/bedes-auc/2019ITStandbyPower
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) ⇒ ITStandbyPower
constructor
A new instance of ITStandbyPower.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ ITStandbyPower
Returns a new instance of ITStandbyPower.
14935 14936 14937 14938 |
# File 'lib/BuildingSync.rb', line 14935 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
14923 14924 14925 |
# File 'lib/BuildingSync.rb', line 14923 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
14927 14928 14929 |
# File 'lib/BuildingSync.rb', line 14927 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
14931 14932 14933 |
# File 'lib/BuildingSync.rb', line 14931 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |