Class: EBay::ListingDurationReferenceType
- Inherits:
-
String
- Object
- String
- EBay::ListingDurationReferenceType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsListingDurationReferenceType
xmlattr_type - SOAP::SOAPToken
Constant Summary collapse
- AttrType =
XSD::QName.new(nil, "type")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ ListingDurationReferenceType
constructor
A new instance of ListingDurationReferenceType.
- #xmlattr_type ⇒ Object
- #xmlattr_type=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ ListingDurationReferenceType
Returns a new instance of ListingDurationReferenceType.
26158 26159 26160 26161 |
# File 'lib/eBay.rb', line 26158 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
26146 26147 26148 |
# File 'lib/eBay.rb', line 26146 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_type ⇒ Object
26150 26151 26152 |
# File 'lib/eBay.rb', line 26150 def xmlattr_type __xmlattr[AttrType] end |
#xmlattr_type=(value) ⇒ Object
26154 26155 26156 |
# File 'lib/eBay.rb', line 26154 def xmlattr_type=(value) __xmlattr[AttrType] = value end |