Class: BuildingSync::FanSystemType::InstalledFlowRate

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

Overview

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

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

Returns a new instance of InstalledFlowRate.



11774
11775
11776
11777
# File 'lib/BuildingSync.rb', line 11774

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

Instance Method Details

#__xmlattrObject



11762
11763
11764
# File 'lib/BuildingSync.rb', line 11762

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



11766
11767
11768
# File 'lib/BuildingSync.rb', line 11766

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



11770
11771
11772
# File 'lib/BuildingSync.rb', line 11770

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