Class: PortfolioManager::Xml::ReportError::MissingMetrics::PropertyMissingMetric::Metric
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::ReportError::MissingMetrics::PropertyMissingMetric::Metric
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
inner class for member: metric {}metric
Constant Summary collapse
- AttrId =
XSD::QName.new(nil, "id")
- AttrName =
XSD::QName.new(nil, "name")
Instance Attribute Summary collapse
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(error = nil) ⇒ Metric
constructor
A new instance of Metric.
Constructor Details
#initialize(error = nil) ⇒ Metric
Returns a new instance of Metric.
10726 10727 10728 10729 |
# File 'lib/portfolio_manager/xml.rb', line 10726 def initialize(error = nil) @error = error @__xmlattr = {} end |
Instance Attribute Details
#error ⇒ SOAP::SOAPString
10700 10701 10702 10703 10704 10705 10706 10707 10708 10709 10710 10711 10712 10713 10714 10715 10716 10717 10718 10719 10720 10721 10722 10723 10724 10725 10726 10727 10728 10729 10730 |
# File 'lib/portfolio_manager/xml.rb', line 10700 class Metric AttrId = XSD::QName.new(nil, "id") AttrName = XSD::QName.new(nil, "name") attr_accessor :error def __xmlattr @__xmlattr ||= {} end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def initialize(error = nil) @error = error @__xmlattr = {} end end |
#xmlattr_id ⇒ SOAP::SOAPLong
10700 10701 10702 10703 10704 10705 10706 10707 10708 10709 10710 10711 10712 10713 10714 10715 10716 10717 10718 10719 10720 10721 10722 10723 10724 10725 10726 10727 10728 10729 10730 |
# File 'lib/portfolio_manager/xml.rb', line 10700 class Metric AttrId = XSD::QName.new(nil, "id") AttrName = XSD::QName.new(nil, "name") attr_accessor :error def __xmlattr @__xmlattr ||= {} end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def initialize(error = nil) @error = error @__xmlattr = {} end end |
#xmlattr_name ⇒ SOAP::SOAPString
10700 10701 10702 10703 10704 10705 10706 10707 10708 10709 10710 10711 10712 10713 10714 10715 10716 10717 10718 10719 10720 10721 10722 10723 10724 10725 10726 10727 10728 10729 10730 |
# File 'lib/portfolio_manager/xml.rb', line 10700 class Metric AttrId = XSD::QName.new(nil, "id") AttrName = XSD::QName.new(nil, "name") attr_accessor :error def __xmlattr @__xmlattr ||= {} end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def initialize(error = nil) @error = error @__xmlattr = {} end end |
Instance Method Details
#__xmlattr ⇒ Object
10706 10707 10708 |
# File 'lib/portfolio_manager/xml.rb', line 10706 def __xmlattr @__xmlattr ||= {} end |