Class: BuildingSync::PumpSystemType::PumpPowerDemand

Inherits:
String
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

inner class for member: PumpPowerDemand http://buildingsync.net/schemas/bedes-auc/2019PumpPowerDemand

xmlattr_Source - SOAP::SOAPString

Constant Summary collapse

AttrSource =
XSD::QName.new("http://buildingsync.net/schemas/bedes-auc/2019", "Source")

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ PumpPowerDemand

Returns a new instance of PumpPowerDemand.



11596
11597
11598
11599
# File 'lib/BuildingSync.rb', line 11596

def initialize(*arg)
  super
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



11584
11585
11586
# File 'lib/BuildingSync.rb', line 11584

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



11588
11589
11590
# File 'lib/BuildingSync.rb', line 11588

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



11592
11593
11594
# File 'lib/BuildingSync.rb', line 11592

def xmlattr_Source=(value)
  __xmlattr[AttrSource] = value
end