Class: PortfolioManager::Xml::ReportMetrics::Group::Metrics::Metric
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::ReportMetrics::Group::Metrics::Metric
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}metric
Constant Summary collapse
- AttrAvailableToCustomMetrics =
XSD::QName.new(nil, "availableToCustomMetrics")
- AttrDataType =
XSD::QName.new(nil, "dataType")
- AttrDescription =
XSD::QName.new(nil, "description")
- AttrId =
XSD::QName.new(nil, "id")
- AttrName =
XSD::QName.new(nil, "name")
- AttrUom =
XSD::QName.new(nil, "uom")
Instance Attribute Summary collapse
- #xmlattr_availableToCustomMetrics ⇒ SOAP::SOAPBoolean
- #xmlattr_dataType ⇒ SOAP::SOAPString
- #xmlattr_description ⇒ SOAP::SOAPString
- #xmlattr_id ⇒ SOAP::SOAPLong
- #xmlattr_name ⇒ SOAP::SOAPString
- #xmlattr_uom ⇒ SOAP::SOAPString
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ Metric
constructor
A new instance of Metric.
Constructor Details
#initialize ⇒ Metric
Returns a new instance of Metric.
7725 7726 7727 |
# File 'lib/portfolio_manager/xml.rb', line 7725 def initialize @__xmlattr = {} end |
Instance Attribute Details
#xmlattr_availableToCustomMetrics ⇒ SOAP::SOAPBoolean
7665 7666 7667 7668 7669 7670 7671 7672 7673 7674 7675 7676 7677 7678 7679 7680 7681 7682 7683 7684 7685 7686 7687 7688 7689 7690 7691 7692 7693 7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 7724 7725 7726 7727 7728 |
# File 'lib/portfolio_manager/xml.rb', line 7665 class Metric AttrAvailableToCustomMetrics = XSD::QName.new(nil, "availableToCustomMetrics") AttrDataType = XSD::QName.new(nil, "dataType") AttrDescription = XSD::QName.new(nil, "description") AttrId = XSD::QName.new(nil, "id") AttrName = XSD::QName.new(nil, "name") AttrUom = XSD::QName.new(nil, "uom") def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_description __xmlattr[AttrDescription] end def xmlattr_description=(value) __xmlattr[AttrDescription] = value end def xmlattr_dataType __xmlattr[AttrDataType] end def xmlattr_dataType=(value) __xmlattr[AttrDataType] = value end def xmlattr_uom __xmlattr[AttrUom] end def xmlattr_uom=(value) __xmlattr[AttrUom] = value end def xmlattr_availableToCustomMetrics __xmlattr[AttrAvailableToCustomMetrics] end def xmlattr_availableToCustomMetrics=(value) __xmlattr[AttrAvailableToCustomMetrics] = value end def initialize @__xmlattr = {} end end |
#xmlattr_dataType ⇒ SOAP::SOAPString
7665 7666 7667 7668 7669 7670 7671 7672 7673 7674 7675 7676 7677 7678 7679 7680 7681 7682 7683 7684 7685 7686 7687 7688 7689 7690 7691 7692 7693 7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 7724 7725 7726 7727 7728 |
# File 'lib/portfolio_manager/xml.rb', line 7665 class Metric AttrAvailableToCustomMetrics = XSD::QName.new(nil, "availableToCustomMetrics") AttrDataType = XSD::QName.new(nil, "dataType") AttrDescription = XSD::QName.new(nil, "description") AttrId = XSD::QName.new(nil, "id") AttrName = XSD::QName.new(nil, "name") AttrUom = XSD::QName.new(nil, "uom") def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_description __xmlattr[AttrDescription] end def xmlattr_description=(value) __xmlattr[AttrDescription] = value end def xmlattr_dataType __xmlattr[AttrDataType] end def xmlattr_dataType=(value) __xmlattr[AttrDataType] = value end def xmlattr_uom __xmlattr[AttrUom] end def xmlattr_uom=(value) __xmlattr[AttrUom] = value end def xmlattr_availableToCustomMetrics __xmlattr[AttrAvailableToCustomMetrics] end def xmlattr_availableToCustomMetrics=(value) __xmlattr[AttrAvailableToCustomMetrics] = value end def initialize @__xmlattr = {} end end |
#xmlattr_description ⇒ SOAP::SOAPString
7665 7666 7667 7668 7669 7670 7671 7672 7673 7674 7675 7676 7677 7678 7679 7680 7681 7682 7683 7684 7685 7686 7687 7688 7689 7690 7691 7692 7693 7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 7724 7725 7726 7727 7728 |
# File 'lib/portfolio_manager/xml.rb', line 7665 class Metric AttrAvailableToCustomMetrics = XSD::QName.new(nil, "availableToCustomMetrics") AttrDataType = XSD::QName.new(nil, "dataType") AttrDescription = XSD::QName.new(nil, "description") AttrId = XSD::QName.new(nil, "id") AttrName = XSD::QName.new(nil, "name") AttrUom = XSD::QName.new(nil, "uom") def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_description __xmlattr[AttrDescription] end def xmlattr_description=(value) __xmlattr[AttrDescription] = value end def xmlattr_dataType __xmlattr[AttrDataType] end def xmlattr_dataType=(value) __xmlattr[AttrDataType] = value end def xmlattr_uom __xmlattr[AttrUom] end def xmlattr_uom=(value) __xmlattr[AttrUom] = value end def xmlattr_availableToCustomMetrics __xmlattr[AttrAvailableToCustomMetrics] end def xmlattr_availableToCustomMetrics=(value) __xmlattr[AttrAvailableToCustomMetrics] = value end def initialize @__xmlattr = {} end end |
#xmlattr_id ⇒ SOAP::SOAPLong
7665 7666 7667 7668 7669 7670 7671 7672 7673 7674 7675 7676 7677 7678 7679 7680 7681 7682 7683 7684 7685 7686 7687 7688 7689 7690 7691 7692 7693 7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 7724 7725 7726 7727 7728 |
# File 'lib/portfolio_manager/xml.rb', line 7665 class Metric AttrAvailableToCustomMetrics = XSD::QName.new(nil, "availableToCustomMetrics") AttrDataType = XSD::QName.new(nil, "dataType") AttrDescription = XSD::QName.new(nil, "description") AttrId = XSD::QName.new(nil, "id") AttrName = XSD::QName.new(nil, "name") AttrUom = XSD::QName.new(nil, "uom") def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_description __xmlattr[AttrDescription] end def xmlattr_description=(value) __xmlattr[AttrDescription] = value end def xmlattr_dataType __xmlattr[AttrDataType] end def xmlattr_dataType=(value) __xmlattr[AttrDataType] = value end def xmlattr_uom __xmlattr[AttrUom] end def xmlattr_uom=(value) __xmlattr[AttrUom] = value end def xmlattr_availableToCustomMetrics __xmlattr[AttrAvailableToCustomMetrics] end def xmlattr_availableToCustomMetrics=(value) __xmlattr[AttrAvailableToCustomMetrics] = value end def initialize @__xmlattr = {} end end |
#xmlattr_name ⇒ SOAP::SOAPString
7665 7666 7667 7668 7669 7670 7671 7672 7673 7674 7675 7676 7677 7678 7679 7680 7681 7682 7683 7684 7685 7686 7687 7688 7689 7690 7691 7692 7693 7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 7724 7725 7726 7727 7728 |
# File 'lib/portfolio_manager/xml.rb', line 7665 class Metric AttrAvailableToCustomMetrics = XSD::QName.new(nil, "availableToCustomMetrics") AttrDataType = XSD::QName.new(nil, "dataType") AttrDescription = XSD::QName.new(nil, "description") AttrId = XSD::QName.new(nil, "id") AttrName = XSD::QName.new(nil, "name") AttrUom = XSD::QName.new(nil, "uom") def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_description __xmlattr[AttrDescription] end def xmlattr_description=(value) __xmlattr[AttrDescription] = value end def xmlattr_dataType __xmlattr[AttrDataType] end def xmlattr_dataType=(value) __xmlattr[AttrDataType] = value end def xmlattr_uom __xmlattr[AttrUom] end def xmlattr_uom=(value) __xmlattr[AttrUom] = value end def xmlattr_availableToCustomMetrics __xmlattr[AttrAvailableToCustomMetrics] end def xmlattr_availableToCustomMetrics=(value) __xmlattr[AttrAvailableToCustomMetrics] = value end def initialize @__xmlattr = {} end end |
#xmlattr_uom ⇒ SOAP::SOAPString
7665 7666 7667 7668 7669 7670 7671 7672 7673 7674 7675 7676 7677 7678 7679 7680 7681 7682 7683 7684 7685 7686 7687 7688 7689 7690 7691 7692 7693 7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 7724 7725 7726 7727 7728 |
# File 'lib/portfolio_manager/xml.rb', line 7665 class Metric AttrAvailableToCustomMetrics = XSD::QName.new(nil, "availableToCustomMetrics") AttrDataType = XSD::QName.new(nil, "dataType") AttrDescription = XSD::QName.new(nil, "description") AttrId = XSD::QName.new(nil, "id") AttrName = XSD::QName.new(nil, "name") AttrUom = XSD::QName.new(nil, "uom") def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_description __xmlattr[AttrDescription] end def xmlattr_description=(value) __xmlattr[AttrDescription] = value end def xmlattr_dataType __xmlattr[AttrDataType] end def xmlattr_dataType=(value) __xmlattr[AttrDataType] = value end def xmlattr_uom __xmlattr[AttrUom] end def xmlattr_uom=(value) __xmlattr[AttrUom] = value end def xmlattr_availableToCustomMetrics __xmlattr[AttrAvailableToCustomMetrics] end def xmlattr_availableToCustomMetrics=(value) __xmlattr[AttrAvailableToCustomMetrics] = value end def initialize @__xmlattr = {} end end |
Instance Method Details
#__xmlattr ⇒ Object
7673 7674 7675 |
# File 'lib/portfolio_manager/xml.rb', line 7673 def __xmlattr @__xmlattr ||= {} end |