Class: BuildingSync::LightingSystemType::NumberOfLampsPerBallast

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

Overview

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

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

Returns a new instance of NumberOfLampsPerBallast.



9320
9321
9322
9323
# File 'lib/BuildingSync.rb', line 9320

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

Instance Method Details

#__xmlattrObject



9308
9309
9310
# File 'lib/BuildingSync.rb', line 9308

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



9312
9313
9314
# File 'lib/BuildingSync.rb', line 9312

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



9316
9317
9318
# File 'lib/BuildingSync.rb', line 9316

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