Class: BuildingSync::PortfolioManagerType
- Inherits:
-
Object
- Object
- BuildingSync::PortfolioManagerType
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019PortfolioManagerType
pMBenchmarkDate - SOAP::SOAPDate
buildingProfileStatus - SOAP::SOAPString
federalSustainabilityChecklistCompletionPercentage - BuildingSync::PortfolioManagerType::FederalSustainabilityChecklistCompletionPercentage
Defined Under Namespace
Classes: FederalSustainabilityChecklistCompletionPercentage
Instance Attribute Summary collapse
-
#buildingProfileStatus ⇒ Object
Returns the value of attribute buildingProfileStatus.
-
#federalSustainabilityChecklistCompletionPercentage ⇒ Object
Returns the value of attribute federalSustainabilityChecklistCompletionPercentage.
-
#pMBenchmarkDate ⇒ Object
Returns the value of attribute pMBenchmarkDate.
Instance Method Summary collapse
-
#initialize(pMBenchmarkDate = nil, buildingProfileStatus = nil, federalSustainabilityChecklistCompletionPercentage = nil) ⇒ PortfolioManagerType
constructor
A new instance of PortfolioManagerType.
Constructor Details
#initialize(pMBenchmarkDate = nil, buildingProfileStatus = nil, federalSustainabilityChecklistCompletionPercentage = nil) ⇒ PortfolioManagerType
Returns a new instance of PortfolioManagerType.
16595 16596 16597 16598 16599 |
# File 'lib/BuildingSync.rb', line 16595 def initialize(pMBenchmarkDate = nil, buildingProfileStatus = nil, federalSustainabilityChecklistCompletionPercentage = nil) @pMBenchmarkDate = pMBenchmarkDate @buildingProfileStatus = buildingProfileStatus @federalSustainabilityChecklistCompletionPercentage = federalSustainabilityChecklistCompletionPercentage end |
Instance Attribute Details
#buildingProfileStatus ⇒ Object
Returns the value of attribute buildingProfileStatus.
16592 16593 16594 |
# File 'lib/BuildingSync.rb', line 16592 def buildingProfileStatus @buildingProfileStatus end |
#federalSustainabilityChecklistCompletionPercentage ⇒ Object
Returns the value of attribute federalSustainabilityChecklistCompletionPercentage.
16593 16594 16595 |
# File 'lib/BuildingSync.rb', line 16593 def federalSustainabilityChecklistCompletionPercentage @federalSustainabilityChecklistCompletionPercentage end |
#pMBenchmarkDate ⇒ Object
Returns the value of attribute pMBenchmarkDate.
16591 16592 16593 |
# File 'lib/BuildingSync.rb', line 16591 def pMBenchmarkDate @pMBenchmarkDate end |