Class: PortfolioManager::Xml::PropertyRepresentation

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

Overview

{}propertyRepresentation

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#propertyRepresentationTypeSOAP::SOAPString

Returns:

  • (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

#propertyRepresentationTypeOtherDescSOAP::SOAPString

Returns:

  • (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

#tenantCommonAreaEnergyUseListPortfolioManager::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