Class: PortfolioManager::Xml::BillboardMetricType
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::BillboardMetricType
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}billboardMetricType
Constant Summary collapse
- AttrDataType =
XSD::QName.new(nil, "dataType")
- AttrName =
XSD::QName.new(nil, "name")
Instance Attribute Summary collapse
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ BillboardMetricType
constructor
A new instance of BillboardMetricType.
Constructor Details
#initialize ⇒ BillboardMetricType
Returns a new instance of BillboardMetricType.
7567 7568 7569 |
# File 'lib/portfolio_manager/xml.rb', line 7567 def initialize @__xmlattr = {} end |
Instance Attribute Details
#xmlattr_dataType ⇒ SOAP::SOAPString
7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 7554 7555 7556 7557 7558 7559 7560 7561 7562 7563 7564 7565 7566 7567 7568 7569 7570 |
# File 'lib/portfolio_manager/xml.rb', line 7543 class BillboardMetricType AttrDataType = XSD::QName.new(nil, "dataType") AttrName = XSD::QName.new(nil, "name") def __xmlattr @__xmlattr ||= {} end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_dataType __xmlattr[AttrDataType] end def xmlattr_dataType=(value) __xmlattr[AttrDataType] = value end def initialize @__xmlattr = {} end end |
#xmlattr_name ⇒ SOAP::SOAPString
7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 7554 7555 7556 7557 7558 7559 7560 7561 7562 7563 7564 7565 7566 7567 7568 7569 7570 |
# File 'lib/portfolio_manager/xml.rb', line 7543 class BillboardMetricType AttrDataType = XSD::QName.new(nil, "dataType") AttrName = XSD::QName.new(nil, "name") def __xmlattr @__xmlattr ||= {} end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_dataType __xmlattr[AttrDataType] end def xmlattr_dataType=(value) __xmlattr[AttrDataType] = value end def initialize @__xmlattr = {} end end |
Instance Method Details
#__xmlattr ⇒ Object
7547 7548 7549 |
# File 'lib/portfolio_manager/xml.rb', line 7547 def __xmlattr @__xmlattr ||= {} end |