Class: BuildingSync::GeneralGeometry

Inherits:
Object
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeGeneralGeometry

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_anyObject (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