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.



10538
10539
10540
10541
# File 'lib/BuildingSync.rb', line 10538

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

Instance Method Details

#__xmlattrObject



10526
10527
10528
# File 'lib/BuildingSync.rb', line 10526

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



10530
10531
10532
# File 'lib/BuildingSync.rb', line 10530

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



10534
10535
10536
# File 'lib/BuildingSync.rb', line 10534

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