Class: PortfolioManager::Xml::Report
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::Report
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}report
Defined Under Namespace
Classes: Properties
Instance Attribute Summary collapse
- #id ⇒ SOAP::SOAPLong
- #properties ⇒ PortfolioManager::Xml::Report::Properties
- #reportGenerationStatus ⇒ PortfolioManager::Xml::ReportStatusType
- #templateId ⇒ SOAP::SOAPLong
- #templateName ⇒ SOAP::SOAPString
- #timeframe ⇒ PortfolioManager::Xml::TimeframeType
- #type ⇒ PortfolioManager::Xml::ReportType
Instance Method Summary collapse
-
#initialize(id = nil, type = nil, timeframe = nil, templateId = nil, templateName = nil, properties = nil, reportGenerationStatus = nil) ⇒ Report
constructor
A new instance of Report.
Constructor Details
#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 |
Instance Attribute Details
#id ⇒ SOAP::SOAPLong
7812 7813 7814 7815 7816 7817 7818 7819 7820 7821 7822 7823 7824 7825 7826 7827 7828 7829 7830 7831 7832 7833 7834 7835 7836 |
# File 'lib/portfolio_manager/xml.rb', line 7812 class Report # inner class for member: properties # {}properties class Properties < ::Array end attr_accessor :id attr_accessor :type attr_accessor :timeframe attr_accessor :templateId attr_accessor :templateName attr_accessor :properties attr_accessor :reportGenerationStatus 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 end |
#properties ⇒ PortfolioManager::Xml::Report::Properties
7812 7813 7814 7815 7816 7817 7818 7819 7820 7821 7822 7823 7824 7825 7826 7827 7828 7829 7830 7831 7832 7833 7834 7835 7836 |
# File 'lib/portfolio_manager/xml.rb', line 7812 class Report # inner class for member: properties # {}properties class Properties < ::Array end attr_accessor :id attr_accessor :type attr_accessor :timeframe attr_accessor :templateId attr_accessor :templateName attr_accessor :properties attr_accessor :reportGenerationStatus 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 end |
#reportGenerationStatus ⇒ PortfolioManager::Xml::ReportStatusType
7812 7813 7814 7815 7816 7817 7818 7819 7820 7821 7822 7823 7824 7825 7826 7827 7828 7829 7830 7831 7832 7833 7834 7835 7836 |
# File 'lib/portfolio_manager/xml.rb', line 7812 class Report # inner class for member: properties # {}properties class Properties < ::Array end attr_accessor :id attr_accessor :type attr_accessor :timeframe attr_accessor :templateId attr_accessor :templateName attr_accessor :properties attr_accessor :reportGenerationStatus 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 end |
#templateId ⇒ SOAP::SOAPLong
7812 7813 7814 7815 7816 7817 7818 7819 7820 7821 7822 7823 7824 7825 7826 7827 7828 7829 7830 7831 7832 7833 7834 7835 7836 |
# File 'lib/portfolio_manager/xml.rb', line 7812 class Report # inner class for member: properties # {}properties class Properties < ::Array end attr_accessor :id attr_accessor :type attr_accessor :timeframe attr_accessor :templateId attr_accessor :templateName attr_accessor :properties attr_accessor :reportGenerationStatus 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 end |
#templateName ⇒ SOAP::SOAPString
7812 7813 7814 7815 7816 7817 7818 7819 7820 7821 7822 7823 7824 7825 7826 7827 7828 7829 7830 7831 7832 7833 7834 7835 7836 |
# File 'lib/portfolio_manager/xml.rb', line 7812 class Report # inner class for member: properties # {}properties class Properties < ::Array end attr_accessor :id attr_accessor :type attr_accessor :timeframe attr_accessor :templateId attr_accessor :templateName attr_accessor :properties attr_accessor :reportGenerationStatus 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 end |
#timeframe ⇒ PortfolioManager::Xml::TimeframeType
7812 7813 7814 7815 7816 7817 7818 7819 7820 7821 7822 7823 7824 7825 7826 7827 7828 7829 7830 7831 7832 7833 7834 7835 7836 |
# File 'lib/portfolio_manager/xml.rb', line 7812 class Report # inner class for member: properties # {}properties class Properties < ::Array end attr_accessor :id attr_accessor :type attr_accessor :timeframe attr_accessor :templateId attr_accessor :templateName attr_accessor :properties attr_accessor :reportGenerationStatus 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 end |
#type ⇒ PortfolioManager::Xml::ReportType
7812 7813 7814 7815 7816 7817 7818 7819 7820 7821 7822 7823 7824 7825 7826 7827 7828 7829 7830 7831 7832 7833 7834 7835 7836 |
# File 'lib/portfolio_manager/xml.rb', line 7812 class Report # inner class for member: properties # {}properties class Properties < ::Array end attr_accessor :id attr_accessor :type attr_accessor :timeframe attr_accessor :templateId attr_accessor :templateName attr_accessor :properties attr_accessor :reportGenerationStatus 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 end |