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.



12579
12580
12581
12582
# File 'lib/BuildingSync.rb', line 12579

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

Instance Method Details

#__xmlattrObject



12567
12568
12569
# File 'lib/BuildingSync.rb', line 12567

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



12571
12572
12573
# File 'lib/BuildingSync.rb', line 12571

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



12575
12576
12577
# File 'lib/BuildingSync.rb', line 12575

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