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.



23889
23890
23891
23892
# File 'lib/BuildingSync.rb', line 23889

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

Instance Method Details

#__xmlattrObject



23877
23878
23879
# File 'lib/BuildingSync.rb', line 23877

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



23881
23882
23883
# File 'lib/BuildingSync.rb', line 23881

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



23885
23886
23887
# File 'lib/BuildingSync.rb', line 23885

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