Class: BuildingSync::HeatingPlantType::Boiler::BoilerEWT

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

Overview

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

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

Returns a new instance of BoilerEWT.



7802
7803
7804
7805
# File 'lib/BuildingSync.rb', line 7802

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

Instance Method Details

#__xmlattrObject



7790
7791
7792
# File 'lib/BuildingSync.rb', line 7790

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



7794
7795
7796
# File 'lib/BuildingSync.rb', line 7794

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



7798
7799
7800
# File 'lib/BuildingSync.rb', line 7798

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