Class: BuildingSync::ThermalZoneType::DeliveryIDs::DeliveryID

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

Overview

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

xmlattr_IDref - SOAP::SOAPIDREF

Constant Summary collapse

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

Instance Method Summary collapse

Constructor Details

#initializeDeliveryID

Returns a new instance of DeliveryID.



1532
1533
1534
# File 'lib/BuildingSync.rb', line 1532

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



1520
1521
1522
# File 'lib/BuildingSync.rb', line 1520

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



1524
1525
1526
# File 'lib/BuildingSync.rb', line 1524

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



1528
1529
1530
# File 'lib/BuildingSync.rb', line 1528

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