Class: PortfolioManager::Xml::ReportMetrics::Group::Metrics::Metric

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initializeMetric

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_availableToCustomMetricsSOAP::SOAPBoolean

Returns:

  • (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_dataTypeSOAP::SOAPString

Returns:

  • (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_descriptionSOAP::SOAPString

Returns:

  • (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_idSOAP::SOAPLong

Returns:

  • (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_nameSOAP::SOAPString

Returns:

  • (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_uomSOAP::SOAPString

Returns:

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

#__xmlattrObject



7673
7674
7675
# File 'lib/portfolio_manager/xml.rb', line 7673

def __xmlattr
  @__xmlattr ||= {}
end