Class: PortfolioManager::Xml::PropertyRepresentation
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::PropertyRepresentation
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}propertyRepresentation
Instance Attribute Summary collapse
- #propertyRepresentationType ⇒ SOAP::SOAPString
- #propertyRepresentationTypeOtherDesc ⇒ SOAP::SOAPString
- #tenantCommonAreaEnergyUseList ⇒ PortfolioManager::Xml::TenantCommonAreaEnergyUseInformationType
Instance Method Summary collapse
-
#initialize(propertyRepresentationType = nil, tenantCommonAreaEnergyUseList = nil, propertyRepresentationTypeOtherDesc = nil) ⇒ PropertyRepresentation
constructor
A new instance of PropertyRepresentation.
Constructor Details
#initialize(propertyRepresentationType = nil, tenantCommonAreaEnergyUseList = nil, propertyRepresentationTypeOtherDesc = nil) ⇒ PropertyRepresentation
Returns a new instance of PropertyRepresentation.
9961 9962 9963 9964 9965 |
# File 'lib/portfolio_manager/xml.rb', line 9961 def initialize(propertyRepresentationType = nil, tenantCommonAreaEnergyUseList = nil, propertyRepresentationTypeOtherDesc = nil) @propertyRepresentationType = propertyRepresentationType @tenantCommonAreaEnergyUseList = tenantCommonAreaEnergyUseList @propertyRepresentationTypeOtherDesc = propertyRepresentationTypeOtherDesc end |
Instance Attribute Details
#propertyRepresentationType ⇒ SOAP::SOAPString
9956 9957 9958 9959 9960 9961 9962 9963 9964 9965 9966 |
# File 'lib/portfolio_manager/xml.rb', line 9956 class PropertyRepresentation attr_accessor :propertyRepresentationType attr_accessor :tenantCommonAreaEnergyUseList attr_accessor :propertyRepresentationTypeOtherDesc def initialize(propertyRepresentationType = nil, tenantCommonAreaEnergyUseList = nil, propertyRepresentationTypeOtherDesc = nil) @propertyRepresentationType = propertyRepresentationType @tenantCommonAreaEnergyUseList = tenantCommonAreaEnergyUseList @propertyRepresentationTypeOtherDesc = propertyRepresentationTypeOtherDesc end end |
#propertyRepresentationTypeOtherDesc ⇒ SOAP::SOAPString
9956 9957 9958 9959 9960 9961 9962 9963 9964 9965 9966 |
# File 'lib/portfolio_manager/xml.rb', line 9956 class PropertyRepresentation attr_accessor :propertyRepresentationType attr_accessor :tenantCommonAreaEnergyUseList attr_accessor :propertyRepresentationTypeOtherDesc def initialize(propertyRepresentationType = nil, tenantCommonAreaEnergyUseList = nil, propertyRepresentationTypeOtherDesc = nil) @propertyRepresentationType = propertyRepresentationType @tenantCommonAreaEnergyUseList = tenantCommonAreaEnergyUseList @propertyRepresentationTypeOtherDesc = propertyRepresentationTypeOtherDesc end end |
#tenantCommonAreaEnergyUseList ⇒ PortfolioManager::Xml::TenantCommonAreaEnergyUseInformationType
9956 9957 9958 9959 9960 9961 9962 9963 9964 9965 9966 |
# File 'lib/portfolio_manager/xml.rb', line 9956 class PropertyRepresentation attr_accessor :propertyRepresentationType attr_accessor :tenantCommonAreaEnergyUseList attr_accessor :propertyRepresentationTypeOtherDesc def initialize(propertyRepresentationType = nil, tenantCommonAreaEnergyUseList = nil, propertyRepresentationTypeOtherDesc = nil) @propertyRepresentationType = propertyRepresentationType @tenantCommonAreaEnergyUseList = tenantCommonAreaEnergyUseList @propertyRepresentationTypeOtherDesc = propertyRepresentationTypeOtherDesc end end |