Class: BuildingSync::CalculationMethodType::Modeled
- Inherits:
-
Object
- Object
- BuildingSync::CalculationMethodType::Modeled
- 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
-
#simulationCompletionStatus ⇒ Object
Returns the value of attribute simulationCompletionStatus.
-
#softwareProgramUsed ⇒ Object
Returns the value of attribute softwareProgramUsed.
-
#softwareProgramVersion ⇒ Object
Returns the value of attribute softwareProgramVersion.
-
#weatherDataType ⇒ Object
Returns the value of attribute weatherDataType.
Instance Method Summary collapse
-
#initialize(softwareProgramUsed = nil, softwareProgramVersion = nil, weatherDataType = nil, simulationCompletionStatus = nil) ⇒ Modeled
constructor
A new instance of Modeled.
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
#simulationCompletionStatus ⇒ Object
Returns the value of attribute simulationCompletionStatus.
16336 16337 16338 |
# File 'lib/BuildingSync.rb', line 16336 def simulationCompletionStatus @simulationCompletionStatus end |
#softwareProgramUsed ⇒ Object
Returns the value of attribute softwareProgramUsed.
16333 16334 16335 |
# File 'lib/BuildingSync.rb', line 16333 def softwareProgramUsed @softwareProgramUsed end |
#softwareProgramVersion ⇒ Object
Returns the value of attribute softwareProgramVersion.
16334 16335 16336 |
# File 'lib/BuildingSync.rb', line 16334 def softwareProgramVersion @softwareProgramVersion end |
#weatherDataType ⇒ Object
Returns the value of attribute weatherDataType.
16335 16336 16337 |
# File 'lib/BuildingSync.rb', line 16335 def weatherDataType @weatherDataType end |