Class: BuildingSync::PremisesIdentifiers::PremisesIdentifier
- Inherits:
-
Object
- Object
- BuildingSync::PremisesIdentifiers::PremisesIdentifier
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019PremisesIdentifier
identifierLabel - SOAP::SOAPString
identifierCustomName - SOAP::SOAPString
identifierValue - SOAP::SOAPString
Instance Attribute Summary collapse
-
#identifierCustomName ⇒ Object
Returns the value of attribute identifierCustomName.
-
#identifierLabel ⇒ Object
Returns the value of attribute identifierLabel.
-
#identifierValue ⇒ Object
Returns the value of attribute identifierValue.
Instance Method Summary collapse
-
#initialize(identifierLabel = nil, identifierCustomName = nil, identifierValue = nil) ⇒ PremisesIdentifier
constructor
A new instance of PremisesIdentifier.
Constructor Details
#initialize(identifierLabel = nil, identifierCustomName = nil, identifierValue = nil) ⇒ PremisesIdentifier
Returns a new instance of PremisesIdentifier.
20954 20955 20956 20957 20958 |
# File 'lib/BuildingSync.rb', line 20954 def initialize(identifierLabel = nil, identifierCustomName = nil, identifierValue = nil) @identifierLabel = identifierLabel @identifierCustomName = identifierCustomName @identifierValue = identifierValue end |
Instance Attribute Details
#identifierCustomName ⇒ Object
Returns the value of attribute identifierCustomName.
20951 20952 20953 |
# File 'lib/BuildingSync.rb', line 20951 def identifierCustomName @identifierCustomName end |
#identifierLabel ⇒ Object
Returns the value of attribute identifierLabel.
20950 20951 20952 |
# File 'lib/BuildingSync.rb', line 20950 def identifierLabel @identifierLabel end |
#identifierValue ⇒ Object
Returns the value of attribute identifierValue.
20952 20953 20954 |
# File 'lib/BuildingSync.rb', line 20952 def identifierValue @identifierValue end |