Class: BuildingSync::Efficiency
- Inherits:
-
String
- Object
- String
- BuildingSync::Efficiency
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaEfficiency
xmlattr_standardsType - SOAP::SOAPNMTOKEN
xmlattr_efficiencyType - SOAP::SOAPNMTOKEN
xmlattr_operationType - SOAP::SOAPNMTOKEN
xmlattr_performanceId - SOAP::SOAPIDREF
Constant Summary collapse
- AttrEfficiencyType =
XSD::QName.new(nil, "efficiencyType")
- AttrOperationType =
XSD::QName.new(nil, "operationType")
- AttrPerformanceId =
XSD::QName.new(nil, "performanceId")
- AttrStandardsType =
XSD::QName.new(nil, "standardsType")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ Efficiency
constructor
A new instance of Efficiency.
- #xmlattr_efficiencyType ⇒ Object
- #xmlattr_efficiencyType=(value) ⇒ Object
- #xmlattr_operationType ⇒ Object
- #xmlattr_operationType=(value) ⇒ Object
- #xmlattr_performanceId ⇒ Object
- #xmlattr_performanceId=(value) ⇒ Object
- #xmlattr_standardsType ⇒ Object
- #xmlattr_standardsType=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ Efficiency
Returns a new instance of Efficiency.
27433 27434 27435 27436 |
# File 'lib/BuildingSync.rb', line 27433 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
27397 27398 27399 |
# File 'lib/BuildingSync.rb', line 27397 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_efficiencyType ⇒ Object
27409 27410 27411 |
# File 'lib/BuildingSync.rb', line 27409 def xmlattr_efficiencyType __xmlattr[AttrEfficiencyType] end |
#xmlattr_efficiencyType=(value) ⇒ Object
27413 27414 27415 |
# File 'lib/BuildingSync.rb', line 27413 def xmlattr_efficiencyType=(value) __xmlattr[AttrEfficiencyType] = value end |
#xmlattr_operationType ⇒ Object
27417 27418 27419 |
# File 'lib/BuildingSync.rb', line 27417 def xmlattr_operationType __xmlattr[AttrOperationType] end |
#xmlattr_operationType=(value) ⇒ Object
27421 27422 27423 |
# File 'lib/BuildingSync.rb', line 27421 def xmlattr_operationType=(value) __xmlattr[AttrOperationType] = value end |
#xmlattr_performanceId ⇒ Object
27425 27426 27427 |
# File 'lib/BuildingSync.rb', line 27425 def xmlattr_performanceId __xmlattr[AttrPerformanceId] end |
#xmlattr_performanceId=(value) ⇒ Object
27429 27430 27431 |
# File 'lib/BuildingSync.rb', line 27429 def xmlattr_performanceId=(value) __xmlattr[AttrPerformanceId] = value end |
#xmlattr_standardsType ⇒ Object
27401 27402 27403 |
# File 'lib/BuildingSync.rb', line 27401 def xmlattr_standardsType __xmlattr[AttrStandardsType] end |
#xmlattr_standardsType=(value) ⇒ Object
27405 27406 27407 |
# File 'lib/BuildingSync.rb', line 27405 def xmlattr_standardsType=(value) __xmlattr[AttrStandardsType] = value end |