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.



16338
16339
16340
16341
16342
16343
# File 'lib/BuildingSync.rb', line 16338

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.



16336
16337
16338
# File 'lib/BuildingSync.rb', line 16336

def simulationCompletionStatus
  @simulationCompletionStatus
end

#softwareProgramUsedObject

Returns the value of attribute softwareProgramUsed.



16333
16334
16335
# File 'lib/BuildingSync.rb', line 16333

def softwareProgramUsed
  @softwareProgramUsed
end

#softwareProgramVersionObject

Returns the value of attribute softwareProgramVersion.



16334
16335
16336
# File 'lib/BuildingSync.rb', line 16334

def softwareProgramVersion
  @softwareProgramVersion
end

#weatherDataTypeObject

Returns the value of attribute weatherDataType.



16335
16336
16337
# File 'lib/BuildingSync.rb', line 16335

def weatherDataType
  @weatherDataType
end