Class: BuildingSync::PumpSystemType::PumpInstalledFlowRate

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

Overview

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

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) ⇒ PumpInstalledFlowRate

Returns a new instance of PumpInstalledFlowRate.



11684
11685
11686
11687
# File 'lib/BuildingSync.rb', line 11684

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

Instance Method Details

#__xmlattrObject



11672
11673
11674
# File 'lib/BuildingSync.rb', line 11672

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



11676
11677
11678
# File 'lib/BuildingSync.rb', line 11676

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



11680
11681
11682
# File 'lib/BuildingSync.rb', line 11680

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