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.



18927
18928
18929
18930
# File 'lib/eBay.rb', line 18927

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

Instance Method Details

#xmlattr_typeObject



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