Class: BuildingSync::LightingSystemType::PercentPremisesServed

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

Overview

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

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

Returns a new instance of PercentPremisesServed.



9248
9249
9250
9251
# File 'lib/BuildingSync.rb', line 9248

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

Instance Method Details

#__xmlattrObject



9236
9237
9238
# File 'lib/BuildingSync.rb', line 9236

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



9240
9241
9242
# File 'lib/BuildingSync.rb', line 9240

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



9244
9245
9246
# File 'lib/BuildingSync.rb', line 9244

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