Class: ListingDurationReferenceType

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

Constructor Details

#initialize(*arg) ⇒ ListingDurationReferenceType

Returns a new instance of ListingDurationReferenceType.



16664
16665
16666
16667
# File 'lib/eBay.rb', line 16664

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

Instance Method Details

#xmlattr_typeObject



16656
16657
16658
# File 'lib/eBay.rb', line 16656

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

#xmlattr_type=(value) ⇒ Object



16660
16661
16662
# File 'lib/eBay.rb', line 16660

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