Class: BuildingSync::ControlGeneralType::OtherControlTechnology

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

Overview

inner class for member: OtherControlTechnology http://buildingsync.net/schemas/bedes-auc/2019OtherControlTechnology

controlSystemType - BuildingSync::ControlSystemType
otherControlTechnologyName - SOAP::SOAPString
controlStrategy - BuildingSync::ControlStrategyGeneralType
otherControlStrategyName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(controlSystemType = nil, otherControlTechnologyName = nil, controlStrategy = nil, otherControlStrategyName = nil) ⇒ OtherControlTechnology

Returns a new instance of OtherControlTechnology.



17004
17005
17006
17007
17008
17009
# File 'lib/BuildingSync.rb', line 17004

def initialize(controlSystemType = nil, otherControlTechnologyName = nil, controlStrategy = nil, otherControlStrategyName = nil)
  @controlSystemType = controlSystemType
  @otherControlTechnologyName = otherControlTechnologyName
  @controlStrategy = controlStrategy
  @otherControlStrategyName = otherControlStrategyName
end

Instance Attribute Details

#controlStrategyObject

Returns the value of attribute controlStrategy.



17001
17002
17003
# File 'lib/BuildingSync.rb', line 17001

def controlStrategy
  @controlStrategy
end

#controlSystemTypeObject

Returns the value of attribute controlSystemType.



16999
17000
17001
# File 'lib/BuildingSync.rb', line 16999

def controlSystemType
  @controlSystemType
end

#otherControlStrategyNameObject

Returns the value of attribute otherControlStrategyName.



17002
17003
17004
# File 'lib/BuildingSync.rb', line 17002

def otherControlStrategyName
  @otherControlStrategyName
end

#otherControlTechnologyNameObject

Returns the value of attribute otherControlTechnologyName.



17000
17001
17002
# File 'lib/BuildingSync.rb', line 17000

def otherControlTechnologyName
  @otherControlTechnologyName
end