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.



22064
22065
22066
22067
# File 'lib/BuildingSync.rb', line 22064

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

Instance Attribute Details

#wallAreaObject

Returns the value of attribute wallArea.



22050
22051
22052
# File 'lib/BuildingSync.rb', line 22050

def wallArea
  @wallArea
end

Instance Method Details

#__xmlattrObject



22052
22053
22054
# File 'lib/BuildingSync.rb', line 22052

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



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