Class: BuildingSync::CookingSystemType::CookingEnergyPerMeal

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

Overview

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

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

Returns a new instance of CookingEnergyPerMeal.



10635
10636
10637
10638
# File 'lib/BuildingSync.rb', line 10635

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

Instance Method Details

#__xmlattrObject



10623
10624
10625
# File 'lib/BuildingSync.rb', line 10623

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



10627
10628
10629
# File 'lib/BuildingSync.rb', line 10627

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



10631
10632
10633
# File 'lib/BuildingSync.rb', line 10631

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