Class: PortfolioManager::Xml::Station
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::Station
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}station
Constant Summary collapse
- AttrCountry =
XSD::QName.new(nil, "country")
- AttrCountryName =
XSD::QName.new(nil, "countryName")
- AttrId =
XSD::QName.new(nil, "id")
- AttrStationName =
XSD::QName.new(nil, "stationName")
Instance Attribute Summary collapse
- #xmlattr_country ⇒ SOAP::SOAPString
- #xmlattr_countryName ⇒ SOAP::SOAPString
- #xmlattr_id ⇒ SOAP::SOAPLong
- #xmlattr_stationName ⇒ SOAP::SOAPString
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ Station
constructor
A new instance of Station.
Constructor Details
#initialize ⇒ Station
Returns a new instance of Station.
10347 10348 10349 |
# File 'lib/portfolio_manager/xml.rb', line 10347 def initialize @__xmlattr = {} end |
Instance Attribute Details
#xmlattr_country ⇒ SOAP::SOAPString
10305 10306 10307 10308 10309 10310 10311 10312 10313 10314 10315 10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 10338 10339 10340 10341 10342 10343 10344 10345 10346 10347 10348 10349 10350 |
# File 'lib/portfolio_manager/xml.rb', line 10305 class Station AttrCountry = XSD::QName.new(nil, "country") AttrCountryName = XSD::QName.new(nil, "countryName") AttrId = XSD::QName.new(nil, "id") AttrStationName = XSD::QName.new(nil, "stationName") def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def xmlattr_country __xmlattr[AttrCountry] end def xmlattr_country=(value) __xmlattr[AttrCountry] = value end def xmlattr_countryName __xmlattr[AttrCountryName] end def xmlattr_countryName=(value) __xmlattr[AttrCountryName] = value end def xmlattr_stationName __xmlattr[AttrStationName] end def xmlattr_stationName=(value) __xmlattr[AttrStationName] = value end def initialize @__xmlattr = {} end end |
#xmlattr_countryName ⇒ SOAP::SOAPString
10305 10306 10307 10308 10309 10310 10311 10312 10313 10314 10315 10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 10338 10339 10340 10341 10342 10343 10344 10345 10346 10347 10348 10349 10350 |
# File 'lib/portfolio_manager/xml.rb', line 10305 class Station AttrCountry = XSD::QName.new(nil, "country") AttrCountryName = XSD::QName.new(nil, "countryName") AttrId = XSD::QName.new(nil, "id") AttrStationName = XSD::QName.new(nil, "stationName") def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def xmlattr_country __xmlattr[AttrCountry] end def xmlattr_country=(value) __xmlattr[AttrCountry] = value end def xmlattr_countryName __xmlattr[AttrCountryName] end def xmlattr_countryName=(value) __xmlattr[AttrCountryName] = value end def xmlattr_stationName __xmlattr[AttrStationName] end def xmlattr_stationName=(value) __xmlattr[AttrStationName] = value end def initialize @__xmlattr = {} end end |
#xmlattr_id ⇒ SOAP::SOAPLong
10305 10306 10307 10308 10309 10310 10311 10312 10313 10314 10315 10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 10338 10339 10340 10341 10342 10343 10344 10345 10346 10347 10348 10349 10350 |
# File 'lib/portfolio_manager/xml.rb', line 10305 class Station AttrCountry = XSD::QName.new(nil, "country") AttrCountryName = XSD::QName.new(nil, "countryName") AttrId = XSD::QName.new(nil, "id") AttrStationName = XSD::QName.new(nil, "stationName") def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def xmlattr_country __xmlattr[AttrCountry] end def xmlattr_country=(value) __xmlattr[AttrCountry] = value end def xmlattr_countryName __xmlattr[AttrCountryName] end def xmlattr_countryName=(value) __xmlattr[AttrCountryName] = value end def xmlattr_stationName __xmlattr[AttrStationName] end def xmlattr_stationName=(value) __xmlattr[AttrStationName] = value end def initialize @__xmlattr = {} end end |
#xmlattr_stationName ⇒ SOAP::SOAPString
10305 10306 10307 10308 10309 10310 10311 10312 10313 10314 10315 10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 10335 10336 10337 10338 10339 10340 10341 10342 10343 10344 10345 10346 10347 10348 10349 10350 |
# File 'lib/portfolio_manager/xml.rb', line 10305 class Station AttrCountry = XSD::QName.new(nil, "country") AttrCountryName = XSD::QName.new(nil, "countryName") AttrId = XSD::QName.new(nil, "id") AttrStationName = XSD::QName.new(nil, "stationName") def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value end def xmlattr_country __xmlattr[AttrCountry] end def xmlattr_country=(value) __xmlattr[AttrCountry] = value end def xmlattr_countryName __xmlattr[AttrCountryName] end def xmlattr_countryName=(value) __xmlattr[AttrCountryName] = value end def xmlattr_stationName __xmlattr[AttrStationName] end def xmlattr_stationName=(value) __xmlattr[AttrStationName] = value end def initialize @__xmlattr = {} end end |
Instance Method Details
#__xmlattr ⇒ Object
10311 10312 10313 |
# File 'lib/portfolio_manager/xml.rb', line 10311 def __xmlattr @__xmlattr ||= {} end |