Class: BuildingSync::WallID
- Inherits:
-
Object
- Object
- BuildingSync::WallID
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019WallID
wallArea - BuildingSync::WallID::WallArea
xmlattr_IDref - SOAP::SOAPIDREF
Defined Under Namespace
Classes: WallArea
Constant Summary collapse
- AttrIDref =
XSD::QName.new(nil, "IDref")
Instance Attribute Summary collapse
-
#wallArea ⇒ Object
Returns the value of attribute wallArea.
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(wallArea = nil) ⇒ WallID
constructor
A new instance of WallID.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize(wallArea = nil) ⇒ WallID
Returns a new instance of WallID.
22064 22065 22066 22067 |
# File 'lib/BuildingSync.rb', line 22064 def initialize(wallArea = nil) @wallArea = wallArea @__xmlattr = {} end |
Instance Attribute Details
#wallArea ⇒ Object
Returns the value of attribute wallArea.
22050 22051 22052 |
# File 'lib/BuildingSync.rb', line 22050 def wallArea @wallArea end |
Instance Method Details
#__xmlattr ⇒ Object
22052 22053 22054 |
# File 'lib/BuildingSync.rb', line 22052 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
22056 22057 22058 |
# File 'lib/BuildingSync.rb', line 22056 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
22060 22061 22062 |
# File 'lib/BuildingSync.rb', line 22060 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |