Class: PortfolioManager::Xml::ReportError::MissingMetrics::PropertyMissingMetric
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::ReportError::MissingMetrics::PropertyMissingMetric
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}propertyMissingMetric
Defined Under Namespace
Classes: Metric
Constant Summary collapse
- AttrPropertyId =
XSD::QName.new(nil, "propertyId")
- AttrPropertyName =
XSD::QName.new(nil, "propertyName")
Instance Attribute Summary collapse
- #metric ⇒ PortfolioManager::Xml::ReportError::MissingMetrics::PropertyMissingMetric::Metric
- #xmlattr_propertyId ⇒ SOAP::SOAPLong
- #xmlattr_propertyName ⇒ SOAP::SOAPString
- #yearEndingDate ⇒ SOAP::SOAPDate
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(yearEndingDate = nil, metric = []) ⇒ PropertyMissingMetric
constructor
A new instance of PropertyMissingMetric.
Constructor Details
#initialize(yearEndingDate = nil, metric = []) ⇒ PropertyMissingMetric
Returns a new instance of PropertyMissingMetric.
10755 10756 10757 10758 10759 |
# File 'lib/portfolio_manager/xml.rb', line 10755 def initialize(yearEndingDate = nil, metric = []) @yearEndingDate = yearEndingDate @metric = metric @__xmlattr = {} end |
Instance Attribute Details
#metric ⇒ PortfolioManager::Xml::ReportError::MissingMetrics::PropertyMissingMetric::Metric
10688 10689 10690 10691 10692 10693 10694 10695 10696 10697 10698 10699 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 10731 10732 10733 10734 10735 10736 10737 10738 10739 10740 10741 10742 10743 10744 10745 10746 10747 10748 10749 10750 10751 10752 10753 10754 10755 10756 10757 10758 10759 10760 |
# File 'lib/portfolio_manager/xml.rb', line 10688 class PropertyMissingMetric AttrPropertyId = XSD::QName.new(nil, "propertyId") AttrPropertyName = XSD::QName.new(nil, "propertyName") # inner class for member: metric # {}metric # @!attribute [rw] error # @return [SOAP::SOAPString] # @!attribute [rw] xmlattr_name # @return [SOAP::SOAPString] # @!attribute [rw] xmlattr_id # @return [SOAP::SOAPLong] 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 attr_accessor :yearEndingDate attr_accessor :metric def __xmlattr @__xmlattr ||= {} end def xmlattr_propertyId __xmlattr[AttrPropertyId] end def xmlattr_propertyId=(value) __xmlattr[AttrPropertyId] = value end def xmlattr_propertyName __xmlattr[AttrPropertyName] end def xmlattr_propertyName=(value) __xmlattr[AttrPropertyName] = value end def initialize(yearEndingDate = nil, metric = []) @yearEndingDate = yearEndingDate @metric = metric @__xmlattr = {} end end |
#xmlattr_propertyId ⇒ SOAP::SOAPLong
10688 10689 10690 10691 10692 10693 10694 10695 10696 10697 10698 10699 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 10731 10732 10733 10734 10735 10736 10737 10738 10739 10740 10741 10742 10743 10744 10745 10746 10747 10748 10749 10750 10751 10752 10753 10754 10755 10756 10757 10758 10759 10760 |
# File 'lib/portfolio_manager/xml.rb', line 10688 class PropertyMissingMetric AttrPropertyId = XSD::QName.new(nil, "propertyId") AttrPropertyName = XSD::QName.new(nil, "propertyName") # inner class for member: metric # {}metric # @!attribute [rw] error # @return [SOAP::SOAPString] # @!attribute [rw] xmlattr_name # @return [SOAP::SOAPString] # @!attribute [rw] xmlattr_id # @return [SOAP::SOAPLong] 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 attr_accessor :yearEndingDate attr_accessor :metric def __xmlattr @__xmlattr ||= {} end def xmlattr_propertyId __xmlattr[AttrPropertyId] end def xmlattr_propertyId=(value) __xmlattr[AttrPropertyId] = value end def xmlattr_propertyName __xmlattr[AttrPropertyName] end def xmlattr_propertyName=(value) __xmlattr[AttrPropertyName] = value end def initialize(yearEndingDate = nil, metric = []) @yearEndingDate = yearEndingDate @metric = metric @__xmlattr = {} end end |
#xmlattr_propertyName ⇒ SOAP::SOAPString
10688 10689 10690 10691 10692 10693 10694 10695 10696 10697 10698 10699 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 10731 10732 10733 10734 10735 10736 10737 10738 10739 10740 10741 10742 10743 10744 10745 10746 10747 10748 10749 10750 10751 10752 10753 10754 10755 10756 10757 10758 10759 10760 |
# File 'lib/portfolio_manager/xml.rb', line 10688 class PropertyMissingMetric AttrPropertyId = XSD::QName.new(nil, "propertyId") AttrPropertyName = XSD::QName.new(nil, "propertyName") # inner class for member: metric # {}metric # @!attribute [rw] error # @return [SOAP::SOAPString] # @!attribute [rw] xmlattr_name # @return [SOAP::SOAPString] # @!attribute [rw] xmlattr_id # @return [SOAP::SOAPLong] 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 attr_accessor :yearEndingDate attr_accessor :metric def __xmlattr @__xmlattr ||= {} end def xmlattr_propertyId __xmlattr[AttrPropertyId] end def xmlattr_propertyId=(value) __xmlattr[AttrPropertyId] = value end def xmlattr_propertyName __xmlattr[AttrPropertyName] end def xmlattr_propertyName=(value) __xmlattr[AttrPropertyName] = value end def initialize(yearEndingDate = nil, metric = []) @yearEndingDate = yearEndingDate @metric = metric @__xmlattr = {} end end |
#yearEndingDate ⇒ SOAP::SOAPDate
10688 10689 10690 10691 10692 10693 10694 10695 10696 10697 10698 10699 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 10731 10732 10733 10734 10735 10736 10737 10738 10739 10740 10741 10742 10743 10744 10745 10746 10747 10748 10749 10750 10751 10752 10753 10754 10755 10756 10757 10758 10759 10760 |
# File 'lib/portfolio_manager/xml.rb', line 10688 class PropertyMissingMetric AttrPropertyId = XSD::QName.new(nil, "propertyId") AttrPropertyName = XSD::QName.new(nil, "propertyName") # inner class for member: metric # {}metric # @!attribute [rw] error # @return [SOAP::SOAPString] # @!attribute [rw] xmlattr_name # @return [SOAP::SOAPString] # @!attribute [rw] xmlattr_id # @return [SOAP::SOAPLong] 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 attr_accessor :yearEndingDate attr_accessor :metric def __xmlattr @__xmlattr ||= {} end def xmlattr_propertyId __xmlattr[AttrPropertyId] end def xmlattr_propertyId=(value) __xmlattr[AttrPropertyId] = value end def xmlattr_propertyName __xmlattr[AttrPropertyName] end def xmlattr_propertyName=(value) __xmlattr[AttrPropertyName] = value end def initialize(yearEndingDate = nil, metric = []) @yearEndingDate = yearEndingDate @metric = metric @__xmlattr = {} end end |
Instance Method Details
#__xmlattr ⇒ Object
10735 10736 10737 |
# File 'lib/portfolio_manager/xml.rb', line 10735 def __xmlattr @__xmlattr ||= {} end |