Class: BuildingSync::GeneralGeometry
- Inherits:
-
Object
- Object
- BuildingSync::GeneralGeometry
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaGeneralGeometry
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ GeneralGeometry
constructor
A new instance of GeneralGeometry.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ GeneralGeometry
Returns a new instance of GeneralGeometry.
28289 28290 28291 |
# File 'lib/BuildingSync.rb', line 28289 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28283 28284 28285 |
# File 'lib/BuildingSync.rb', line 28283 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
28285 28286 28287 |
# File 'lib/BuildingSync.rb', line 28285 def set_any(elements) @__xmlele_any = elements end |