Class: EBay::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.



26158
26159
26160
26161
# File 'lib/eBay.rb', line 26158

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

Instance Method Details

#__xmlattrObject



26146
26147
26148
# File 'lib/eBay.rb', line 26146

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_typeObject



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