Class: ListingDurationReferenceType
- Inherits:
-
String
- Object
- String
- ListingDurationReferenceType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsListingDurationReferenceType
contains SOAP::SOAPInt
Constant Summary collapse
- @@schema_attribute =
{ XSD::QName.new(nil, "type") => nil }
Instance Method Summary collapse
-
#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.
18927 18928 18929 18930 |
# File 'lib/eBay.rb', line 18927 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#xmlattr_type ⇒ Object
18919 18920 18921 |
# File 'lib/eBay.rb', line 18919 def xmlattr_type (@__xmlattr ||= {})[XSD::QName.new(nil, "type")] end |
#xmlattr_type=(value) ⇒ Object
18923 18924 18925 |
# File 'lib/eBay.rb', line 18923 def xmlattr_type=(value) (@__xmlattr ||= {})[XSD::QName.new(nil, "type")] = value end |