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.



15415
15416
15417
15418
# File 'lib/BuildingSync.rb', line 15415

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

Instance Method Details

#__xmlattrObject



15403
15404
15405
# File 'lib/BuildingSync.rb', line 15403

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



15407
15408
15409
# File 'lib/BuildingSync.rb', line 15407

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



15411
15412
15413
# File 'lib/BuildingSync.rb', line 15411

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