Class: BuildingSync::HeatingPlantType::Boiler::BoilerInsulationThickness

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

Overview

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

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



7754
7755
7756
7757
# File 'lib/BuildingSync.rb', line 7754

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

Instance Method Details

#__xmlattrObject



7742
7743
7744
# File 'lib/BuildingSync.rb', line 7742

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



7746
7747
7748
# File 'lib/BuildingSync.rb', line 7746

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



7750
7751
7752
# File 'lib/BuildingSync.rb', line 7750

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