Method: PortfolioManager::Xml::Report#initialize

Defined in:
lib/portfolio_manager/xml.rb

#initialize(id = nil, type = nil, timeframe = nil, templateId = nil, templateName = nil, properties = nil, reportGenerationStatus = nil) ⇒ Report

Returns a new instance of Report.



7827
7828
7829
7830
7831
7832
7833
7834
7835
# File 'lib/portfolio_manager/xml.rb', line 7827

def initialize(id = nil, type = nil, timeframe = nil, templateId = nil, templateName = nil, properties = nil, reportGenerationStatus = nil)
  @id = id
  @type = type
  @timeframe = timeframe
  @templateId = templateId
  @templateName = templateName
  @properties = properties
  @reportGenerationStatus = reportGenerationStatus
end