Class: PortfolioManager::Xml::AgencyType
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::AgencyType
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}AgencyType
Constant Summary collapse
- AttrCode =
XSD::QName.new(nil, "code")
- AttrCountry =
XSD::QName.new(nil, "country")
- AttrId =
XSD::QName.new(nil, "id")
- AttrName =
XSD::QName.new(nil, "name")
Instance Attribute Summary collapse
- #xmlattr_code ⇒ SOAP::SOAPString
- #xmlattr_country ⇒ SOAP::SOAPString
- #xmlattr_id ⇒ SOAP::SOAPLong
- #xmlattr_name ⇒ SOAP::SOAPString
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ AgencyType
constructor
A new instance of AgencyType.
Constructor Details
#initialize ⇒ AgencyType
Returns a new instance of AgencyType.
3132 3133 3134 |
# File 'lib/portfolio_manager/xml.rb', line 3132 def initialize @__xmlattr = {} end |
Instance Attribute Details
#xmlattr_code ⇒ SOAP::SOAPString
3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/portfolio_manager/xml.rb', line 3090 class AgencyType AttrCode = XSD::QName.new(nil, "code") AttrCountry = XSD::QName.new(nil, "country") AttrId = XSD::QName.new(nil, "id") AttrName = XSD::QName.new(nil, "name") def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value 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
3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/portfolio_manager/xml.rb', line 3090 class AgencyType AttrCode = XSD::QName.new(nil, "code") AttrCountry = XSD::QName.new(nil, "country") AttrId = XSD::QName.new(nil, "id") AttrName = XSD::QName.new(nil, "name") def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value 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_id ⇒ SOAP::SOAPLong
3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/portfolio_manager/xml.rb', line 3090 class AgencyType AttrCode = XSD::QName.new(nil, "code") AttrCountry = XSD::QName.new(nil, "country") AttrId = XSD::QName.new(nil, "id") AttrName = XSD::QName.new(nil, "name") def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value 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
3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/portfolio_manager/xml.rb', line 3090 class AgencyType AttrCode = XSD::QName.new(nil, "code") AttrCountry = XSD::QName.new(nil, "country") AttrId = XSD::QName.new(nil, "id") AttrName = XSD::QName.new(nil, "name") def __xmlattr @__xmlattr ||= {} end def xmlattr_id __xmlattr[AttrId] end def xmlattr_id=(value) __xmlattr[AttrId] = value 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
3096 3097 3098 |
# File 'lib/portfolio_manager/xml.rb', line 3096 def __xmlattr @__xmlattr ||= {} end |