Class: BuildingSync::ConveyanceSystemType::ConveyancePeakPower

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

Overview

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

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

Returns a new instance of ConveyancePeakPower.



15391
15392
15393
15394
# File 'lib/BuildingSync.rb', line 15391

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

Instance Method Details

#__xmlattrObject



15379
15380
15381
# File 'lib/BuildingSync.rb', line 15379

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



15383
15384
15385
# File 'lib/BuildingSync.rb', line 15383

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



15387
15388
15389
# File 'lib/BuildingSync.rb', line 15387

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