Class: ListingDurationReferenceType

Inherits:
String
  • Object
show all
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

Constructor Details

#initialize(*arg) ⇒ ListingDurationReferenceType

Returns a new instance of ListingDurationReferenceType.



20748
20749
20750
20751
# File 'lib/eBay.rb', line 20748

def initialize(*arg)
  super
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



20736
20737
20738
# File 'lib/eBay.rb', line 20736

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_typeObject



20740
20741
20742
# File 'lib/eBay.rb', line 20740

def xmlattr_type
  __xmlattr[AttrType]
end

#xmlattr_type=(value) ⇒ Object



20744
20745
20746
# File 'lib/eBay.rb', line 20744

def xmlattr_type=(value)
  __xmlattr[AttrType] = value
end