Class: BuildingSync::LightingSystemType::LightingEfficacy

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

Overview

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

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

Returns a new instance of LightingEfficacy.



9392
9393
9394
9395
# File 'lib/BuildingSync.rb', line 9392

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

Instance Method Details

#__xmlattrObject



9380
9381
9382
# File 'lib/BuildingSync.rb', line 9380

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



9384
9385
9386
# File 'lib/BuildingSync.rb', line 9384

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



9388
9389
9390
# File 'lib/BuildingSync.rb', line 9388

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