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.



11572
11573
11574
11575
# File 'lib/BuildingSync.rb', line 11572

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

Instance Method Details

#__xmlattrObject



11560
11561
11562
# File 'lib/BuildingSync.rb', line 11560

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



11564
11565
11566
# File 'lib/BuildingSync.rb', line 11564

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



11568
11569
11570
# File 'lib/BuildingSync.rb', line 11568

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