Class: BuildingSync::OtherHVACSystemType::LinkedDeliveryIDs::LinkedDeliveryID

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

Overview

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

xmlattr_IDref - SOAP::SOAPIDREF

Constant Summary collapse

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

Instance Method Summary collapse

Constructor Details

#initializeLinkedDeliveryID

Returns a new instance of LinkedDeliveryID.



9062
9063
9064
# File 'lib/BuildingSync.rb', line 9062

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



9050
9051
9052
# File 'lib/BuildingSync.rb', line 9050

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



9054
9055
9056
# File 'lib/BuildingSync.rb', line 9054

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



9058
9059
9060
# File 'lib/BuildingSync.rb', line 9058

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