Class: BuildingSync::LightingSystemType::RatedLampLife

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

Overview

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

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

Returns a new instance of RatedLampLife.



9488
9489
9490
9491
# File 'lib/BuildingSync.rb', line 9488

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

Instance Method Details

#__xmlattrObject



9476
9477
9478
# File 'lib/BuildingSync.rb', line 9476

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



9480
9481
9482
# File 'lib/BuildingSync.rb', line 9480

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



9484
9485
9486
# File 'lib/BuildingSync.rb', line 9484

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