Class: BuildingSync::DryerElectricEnergyUsePerLoad

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

Overview

http://buildingsync.net/schemas/bedes-auc/2019DryerElectricEnergyUsePerLoad

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

Returns a new instance of DryerElectricEnergyUsePerLoad.



23059
23060
23061
23062
# File 'lib/BuildingSync.rb', line 23059

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

Instance Method Details

#__xmlattrObject



23047
23048
23049
# File 'lib/BuildingSync.rb', line 23047

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



23051
23052
23053
# File 'lib/BuildingSync.rb', line 23051

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



23055
23056
23057
# File 'lib/BuildingSync.rb', line 23055

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