Class: BuildingSync::WallSystemType::WallRValue

Inherits:
String
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

inner class for member: WallRValue http://buildingsync.net/schemas/bedes-auc/2019WallRValue

xmlattr_Source - SOAP::SOAPString

Constant Summary collapse

AttrSource =
XSD::QName.new("http://buildingsync.net/schemas/bedes-auc/2019", "Source")

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ WallRValue

Returns a new instance of WallRValue.



12702
12703
12704
12705
# File 'lib/BuildingSync.rb', line 12702

def initialize(*arg)
  super
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



12690
12691
12692
# File 'lib/BuildingSync.rb', line 12690

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



12694
12695
12696
# File 'lib/BuildingSync.rb', line 12694

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



12698
12699
12700
# File 'lib/BuildingSync.rb', line 12698

def xmlattr_Source=(value)
  __xmlattr[AttrSource] = value
end