Class: BuildingSync::PremisesIdentifiers::PremisesIdentifier

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#identifierCustomNameObject

Returns the value of attribute identifierCustomName.



20951
20952
20953
# File 'lib/BuildingSync.rb', line 20951

def identifierCustomName
  @identifierCustomName
end

#identifierLabelObject

Returns the value of attribute identifierLabel.



20950
20951
20952
# File 'lib/BuildingSync.rb', line 20950

def identifierLabel
  @identifierLabel
end

#identifierValueObject

Returns the value of attribute identifierValue.



20952
20953
20954
# File 'lib/BuildingSync.rb', line 20952

def identifierValue
  @identifierValue
end