Class: BuildingSync::DoorID
- Inherits:
-
Object
- Object
- BuildingSync::DoorID
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019DoorID
fenestrationArea - BuildingSync::FenestrationArea
xmlattr_IDref - SOAP::SOAPIDREF
Constant Summary collapse
- AttrIDref =
XSD::QName.new(nil, "IDref")
Instance Attribute Summary collapse
-
#fenestrationArea ⇒ Object
Returns the value of attribute fenestrationArea.
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(fenestrationArea = nil) ⇒ DoorID
constructor
A new instance of DoorID.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize(fenestrationArea = nil) ⇒ DoorID
Returns a new instance of DoorID.
22090 22091 22092 22093 |
# File 'lib/BuildingSync.rb', line 22090 def initialize(fenestrationArea = nil) @fenestrationArea = fenestrationArea @__xmlattr = {} end |
Instance Attribute Details
#fenestrationArea ⇒ Object
Returns the value of attribute fenestrationArea.
22076 22077 22078 |
# File 'lib/BuildingSync.rb', line 22076 def fenestrationArea @fenestrationArea end |
Instance Method Details
#__xmlattr ⇒ Object
22078 22079 22080 |
# File 'lib/BuildingSync.rb', line 22078 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
22082 22083 22084 |
# File 'lib/BuildingSync.rb', line 22082 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
22086 22087 22088 |
# File 'lib/BuildingSync.rb', line 22086 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |