Class: BuildingSync::SlabArea
- Inherits:
-
String
- Object
- String
- BuildingSync::SlabArea
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019SlabArea
xmlattr_Source - SOAP::SOAPString
Constant Summary collapse
- AttrSource =
XSD::QName.new("http://buildingsync.net/schemas/bedes-auc/2019", "Source")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ SlabArea
constructor
A new instance of SlabArea.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ SlabArea
Returns a new instance of SlabArea.
24206 24207 24208 24209 |
# File 'lib/BuildingSync.rb', line 24206 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
24194 24195 24196 |
# File 'lib/BuildingSync.rb', line 24194 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
24198 24199 24200 |
# File 'lib/BuildingSync.rb', line 24198 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
24202 24203 24204 |
# File 'lib/BuildingSync.rb', line 24202 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |