Class: BuildingSync::PercentAreaDaylitControlled
- Inherits:
-
String
- Object
- String
- BuildingSync::PercentAreaDaylitControlled
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaPercentAreaDaylitControlled
xmlattr_unit - SOAP::SOAPNMTOKEN
Constant Summary collapse
- AttrUnit =
XSD::QName.new(nil, "unit")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ PercentAreaDaylitControlled
constructor
A new instance of PercentAreaDaylitControlled.
- #xmlattr_unit ⇒ Object
- #xmlattr_unit=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ PercentAreaDaylitControlled
Returns a new instance of PercentAreaDaylitControlled.
31097 31098 31099 31100 |
# File 'lib/BuildingSync.rb', line 31097 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
31085 31086 31087 |
# File 'lib/BuildingSync.rb', line 31085 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_unit ⇒ Object
31089 31090 31091 |
# File 'lib/BuildingSync.rb', line 31089 def xmlattr_unit __xmlattr[AttrUnit] end |
#xmlattr_unit=(value) ⇒ Object
31093 31094 31095 |
# File 'lib/BuildingSync.rb', line 31093 def xmlattr_unit=(value) __xmlattr[AttrUnit] = value end |