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.



27764
27765
27766
# File 'lib/BuildingSync.rb', line 27764

def initialize
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



27758
27759
27760
# File 'lib/BuildingSync.rb', line 27758

def __xmlele_any
  @__xmlele_any
end

Instance Method Details

#set_any(elements) ⇒ Object



27760
27761
27762
# File 'lib/BuildingSync.rb', line 27760

def set_any(elements)
  @__xmlele_any = elements
end