Class: BuildingSync::MakeupAirSourceID

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

Overview

http://buildingsync.net/schemas/bedes-auc/2019MakeupAirSourceID

xmlattr_IDref - SOAP::SOAPIDREF

Constant Summary collapse

AttrIDref =
XSD::QName.new(nil, "IDref")

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ MakeupAirSourceID

Returns a new instance of MakeupAirSourceID.



23513
23514
23515
23516
# File 'lib/BuildingSync.rb', line 23513

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

Instance Method Details

#__xmlattrObject



23501
23502
23503
# File 'lib/BuildingSync.rb', line 23501

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



23505
23506
23507
# File 'lib/BuildingSync.rb', line 23505

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



23509
23510
23511
# File 'lib/BuildingSync.rb', line 23509

def xmlattr_IDref=(value)
  __xmlattr[AttrIDref] = value
end