Class: ListingDurationReferenceType

Inherits:
Integer
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsListingDurationReferenceType

Constant Summary collapse

@@schema_attribute =
{XSD::QName.new(nil, "type") => nil}

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ ListingDurationReferenceType

Returns a new instance of ListingDurationReferenceType.



14754
14755
14756
14757
# File 'lib/eBay.rb', line 14754

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

Instance Method Details

#xmlattr_typeObject



14746
14747
14748
# File 'lib/eBay.rb', line 14746

def xmlattr_type
  (@__xmlattr ||= {})[XSD::QName.new(nil, "type")]
end

#xmlattr_type=(value) ⇒ Object



14750
14751
14752
# File 'lib/eBay.rb', line 14750

def xmlattr_type=(value)
  (@__xmlattr ||= {})[XSD::QName.new(nil, "type")] = value
end