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.



20732
20733
20734
20735
20736
# File 'lib/BuildingSync.rb', line 20732

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.



20729
20730
20731
# File 'lib/BuildingSync.rb', line 20729

def identifierCustomName
  @identifierCustomName
end

#identifierLabelObject

Returns the value of attribute identifierLabel.



20728
20729
20730
# File 'lib/BuildingSync.rb', line 20728

def identifierLabel
  @identifierLabel
end

#identifierValueObject

Returns the value of attribute identifierValue.



20730
20731
20732
# File 'lib/BuildingSync.rb', line 20730

def identifierValue
  @identifierValue
end