Class: BuildingSync::RoofSystemType::RoofRValue

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

Overview

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

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) ⇒ RoofRValue

Returns a new instance of RoofRValue.



13188
13189
13190
13191
# File 'lib/BuildingSync.rb', line 13188

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

Instance Method Details

#__xmlattrObject



13176
13177
13178
# File 'lib/BuildingSync.rb', line 13176

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



13180
13181
13182
# File 'lib/BuildingSync.rb', line 13180

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



13184
13185
13186
# File 'lib/BuildingSync.rb', line 13184

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