Class: BuildingSync::RTSParameters
- Inherits:
-
Object
- Object
- BuildingSync::RTSParameters
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaRTSParameters
hOutside - BuildingSync::HOutside
xmlattr_roofCTSType - SOAP::SOAPNMTOKEN
xmlattr_wallCTSType - SOAP::SOAPNMTOKEN
Constant Summary collapse
- AttrRoofCTSType =
XSD::QName.new(nil, "roofCTSType")
- AttrWallCTSType =
XSD::QName.new(nil, "wallCTSType")
Instance Attribute Summary collapse
-
#hOutside ⇒ Object
Returns the value of attribute hOutside.
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(hOutside = nil) ⇒ RTSParameters
constructor
A new instance of RTSParameters.
- #xmlattr_roofCTSType ⇒ Object
- #xmlattr_roofCTSType=(value) ⇒ Object
- #xmlattr_wallCTSType ⇒ Object
- #xmlattr_wallCTSType=(value) ⇒ Object
Constructor Details
#initialize(hOutside = nil) ⇒ RTSParameters
Returns a new instance of RTSParameters.
31841 31842 31843 31844 |
# File 'lib/BuildingSync.rb', line 31841 def initialize(hOutside = nil) @hOutside = hOutside @__xmlattr = {} end |
Instance Attribute Details
#hOutside ⇒ Object
Returns the value of attribute hOutside.
31819 31820 31821 |
# File 'lib/BuildingSync.rb', line 31819 def hOutside @hOutside end |
Instance Method Details
#__xmlattr ⇒ Object
31821 31822 31823 |
# File 'lib/BuildingSync.rb', line 31821 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_roofCTSType ⇒ Object
31825 31826 31827 |
# File 'lib/BuildingSync.rb', line 31825 def xmlattr_roofCTSType __xmlattr[AttrRoofCTSType] end |
#xmlattr_roofCTSType=(value) ⇒ Object
31829 31830 31831 |
# File 'lib/BuildingSync.rb', line 31829 def xmlattr_roofCTSType=(value) __xmlattr[AttrRoofCTSType] = value end |
#xmlattr_wallCTSType ⇒ Object
31833 31834 31835 |
# File 'lib/BuildingSync.rb', line 31833 def xmlattr_wallCTSType __xmlattr[AttrWallCTSType] end |
#xmlattr_wallCTSType=(value) ⇒ Object
31837 31838 31839 |
# File 'lib/BuildingSync.rb', line 31837 def xmlattr_wallCTSType=(value) __xmlattr[AttrWallCTSType] = value end |