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.



15255
15256
15257
15258
# File 'lib/BuildingSync.rb', line 15255

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

Instance Method Details

#__xmlattrObject



15243
15244
15245
# File 'lib/BuildingSync.rb', line 15243

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



15247
15248
15249
# File 'lib/BuildingSync.rb', line 15247

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



15251
15252
15253
# File 'lib/BuildingSync.rb', line 15251

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