Class: BuildingSync::ConveyanceSystemType::ConveyanceStandbyPower

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

Overview

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

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

Returns a new instance of ConveyanceStandbyPower.



15279
15280
15281
15282
# File 'lib/BuildingSync.rb', line 15279

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

Instance Method Details

#__xmlattrObject



15267
15268
15269
# File 'lib/BuildingSync.rb', line 15267

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



15271
15272
15273
# File 'lib/BuildingSync.rb', line 15271

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



15275
15276
15277
# File 'lib/BuildingSync.rb', line 15275

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