Class: BuildingSync::CookingSystemType::CookingEnergyPerMeal
- Inherits:
-
String
- Object
- String
- BuildingSync::CookingSystemType::CookingEnergyPerMeal
- 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
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ CookingEnergyPerMeal
constructor
A new instance of CookingEnergyPerMeal.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
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
#__xmlattr ⇒ Object
10623 10624 10625 |
# File 'lib/BuildingSync.rb', line 10623 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
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 |