Class: BuildingSync::CalculationMethodType::Modeled

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

Overview

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

softwareProgramUsed - SOAP::SOAPString
softwareProgramVersion - SOAP::SOAPString
weatherDataType - SOAP::SOAPString
simulationCompletionStatus - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(softwareProgramUsed = nil, softwareProgramVersion = nil, weatherDataType = nil, simulationCompletionStatus = nil) ⇒ Modeled

Returns a new instance of Modeled.



16191
16192
16193
16194
16195
16196
# File 'lib/BuildingSync.rb', line 16191

def initialize(softwareProgramUsed = nil, softwareProgramVersion = nil, weatherDataType = nil, simulationCompletionStatus = nil)
  @softwareProgramUsed = softwareProgramUsed
  @softwareProgramVersion = softwareProgramVersion
  @weatherDataType = weatherDataType
  @simulationCompletionStatus = simulationCompletionStatus
end

Instance Attribute Details

#simulationCompletionStatusObject

Returns the value of attribute simulationCompletionStatus.



16189
16190
16191
# File 'lib/BuildingSync.rb', line 16189

def simulationCompletionStatus
  @simulationCompletionStatus
end

#softwareProgramUsedObject

Returns the value of attribute softwareProgramUsed.



16186
16187
16188
# File 'lib/BuildingSync.rb', line 16186

def softwareProgramUsed
  @softwareProgramUsed
end

#softwareProgramVersionObject

Returns the value of attribute softwareProgramVersion.



16187
16188
16189
# File 'lib/BuildingSync.rb', line 16187

def softwareProgramVersion
  @softwareProgramVersion
end

#weatherDataTypeObject

Returns the value of attribute weatherDataType.



16188
16189
16190
# File 'lib/BuildingSync.rb', line 16188

def weatherDataType
  @weatherDataType
end