Class: BuildingSync::WallID

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(wallArea = nil) ⇒ WallID

Returns a new instance of WallID.



21842
21843
21844
21845
# File 'lib/BuildingSync.rb', line 21842

def initialize(wallArea = nil)
  @wallArea = wallArea
  @__xmlattr = {}
end

Instance Attribute Details

#wallAreaObject

Returns the value of attribute wallArea.



21828
21829
21830
# File 'lib/BuildingSync.rb', line 21828

def wallArea
  @wallArea
end

Instance Method Details

#__xmlattrObject



21830
21831
21832
# File 'lib/BuildingSync.rb', line 21830

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



21834
21835
21836
# File 'lib/BuildingSync.rb', line 21834

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



21838
21839
21840
# File 'lib/BuildingSync.rb', line 21838

def xmlattr_IDref=(value)
  __xmlattr[AttrIDref] = value
end