Class: CategoryMappingType
- Inherits:
-
Object
- Object
- CategoryMappingType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsCategoryMappingType
Constant Summary collapse
- @@schema_type =
"CategoryMappingType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_attribute =
{ XSD::QName.new(nil, "oldID") => "SOAP::SOAPString", XSD::QName.new(nil, "id") => "SOAP::SOAPString" }
- @@schema_element =
[ ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ CategoryMappingType
constructor
A new instance of CategoryMappingType.
- #set_any(elements) ⇒ Object
- #xmlattr_id ⇒ Object
- #xmlattr_id=(value) ⇒ Object
- #xmlattr_oldID ⇒ Object
- #xmlattr_oldID=(value) ⇒ Object
Constructor Details
#initialize ⇒ CategoryMappingType
Returns a new instance of CategoryMappingType.
16178 16179 16180 16181 |
# File 'lib/eBay.rb', line 16178 def initialize @__xmlele_any = nil @__xmlattr = {} end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
16156 16157 16158 |
# File 'lib/eBay.rb', line 16156 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
16158 16159 16160 |
# File 'lib/eBay.rb', line 16158 def set_any(elements) @__xmlele_any = elements end |
#xmlattr_id ⇒ Object
16170 16171 16172 |
# File 'lib/eBay.rb', line 16170 def xmlattr_id (@__xmlattr ||= {})[XSD::QName.new(nil, "id")] end |
#xmlattr_id=(value) ⇒ Object
16174 16175 16176 |
# File 'lib/eBay.rb', line 16174 def xmlattr_id=(value) (@__xmlattr ||= {})[XSD::QName.new(nil, "id")] = value end |
#xmlattr_oldID ⇒ Object
16162 16163 16164 |
# File 'lib/eBay.rb', line 16162 def xmlattr_oldID (@__xmlattr ||= {})[XSD::QName.new(nil, "oldID")] end |
#xmlattr_oldID=(value) ⇒ Object
16166 16167 16168 |
# File 'lib/eBay.rb', line 16166 def xmlattr_oldID=(value) (@__xmlattr ||= {})[XSD::QName.new(nil, "oldID")] = value end |