Class: PortfolioManager::Xml::EGridSubregion
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::EGridSubregion
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}eGridSubregion
Constant Summary collapse
- AttrCode =
XSD::QName.new(nil, "code")
- AttrCountry =
XSD::QName.new(nil, "country")
- AttrName =
XSD::QName.new(nil, "name")
Instance Attribute Summary collapse
- #xmlattr_code ⇒ SOAP::SOAPString
- #xmlattr_country ⇒ SOAP::SOAPString
- #xmlattr_name ⇒ SOAP::SOAPString
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ EGridSubregion
constructor
A new instance of EGridSubregion.
Constructor Details
#initialize ⇒ EGridSubregion
Returns a new instance of EGridSubregion.
10276 10277 10278 |
# File 'lib/portfolio_manager/xml.rb', line 10276 def initialize @__xmlattr = {} end |
Instance Attribute Details
#xmlattr_code ⇒ SOAP::SOAPString
10243 10244 10245 10246 10247 10248 10249 10250 10251 10252 10253 10254 10255 10256 10257 10258 10259 10260 10261 10262 10263 10264 10265 10266 10267 10268 10269 10270 10271 10272 10273 10274 10275 10276 10277 10278 10279 |
# File 'lib/portfolio_manager/xml.rb', line 10243 class EGridSubregion AttrCode = XSD::QName.new(nil, "code") AttrCountry = XSD::QName.new(nil, "country") AttrName = XSD::QName.new(nil, "name") def __xmlattr @__xmlattr ||= {} end def xmlattr_code __xmlattr[AttrCode] end def xmlattr_code=(value) __xmlattr[AttrCode] = value end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_country __xmlattr[AttrCountry] end def xmlattr_country=(value) __xmlattr[AttrCountry] = value end def initialize @__xmlattr = {} end end |
#xmlattr_country ⇒ SOAP::SOAPString
10243 10244 10245 10246 10247 10248 10249 10250 10251 10252 10253 10254 10255 10256 10257 10258 10259 10260 10261 10262 10263 10264 10265 10266 10267 10268 10269 10270 10271 10272 10273 10274 10275 10276 10277 10278 10279 |
# File 'lib/portfolio_manager/xml.rb', line 10243 class EGridSubregion AttrCode = XSD::QName.new(nil, "code") AttrCountry = XSD::QName.new(nil, "country") AttrName = XSD::QName.new(nil, "name") def __xmlattr @__xmlattr ||= {} end def xmlattr_code __xmlattr[AttrCode] end def xmlattr_code=(value) __xmlattr[AttrCode] = value end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_country __xmlattr[AttrCountry] end def xmlattr_country=(value) __xmlattr[AttrCountry] = value end def initialize @__xmlattr = {} end end |
#xmlattr_name ⇒ SOAP::SOAPString
10243 10244 10245 10246 10247 10248 10249 10250 10251 10252 10253 10254 10255 10256 10257 10258 10259 10260 10261 10262 10263 10264 10265 10266 10267 10268 10269 10270 10271 10272 10273 10274 10275 10276 10277 10278 10279 |
# File 'lib/portfolio_manager/xml.rb', line 10243 class EGridSubregion AttrCode = XSD::QName.new(nil, "code") AttrCountry = XSD::QName.new(nil, "country") AttrName = XSD::QName.new(nil, "name") def __xmlattr @__xmlattr ||= {} end def xmlattr_code __xmlattr[AttrCode] end def xmlattr_code=(value) __xmlattr[AttrCode] = value end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def xmlattr_country __xmlattr[AttrCountry] end def xmlattr_country=(value) __xmlattr[AttrCountry] = value end def initialize @__xmlattr = {} end end |
Instance Method Details
#__xmlattr ⇒ Object
10248 10249 10250 |
# File 'lib/portfolio_manager/xml.rb', line 10248 def __xmlattr @__xmlattr ||= {} end |