Method: ExternalProductIDType#initialize

Defined in:
lib/eBay.rb

#initialize(value = nil, returnSearchResultOnDuplicates = nil, type = nil, alternateValue = []) ⇒ ExternalProductIDType

Returns a new instance of ExternalProductIDType.



19306
19307
19308
19309
19310
19311
19312
# File 'lib/eBay.rb', line 19306

def initialize(value = nil, returnSearchResultOnDuplicates = nil, type = nil, alternateValue = [])
  @value = value
  @returnSearchResultOnDuplicates = returnSearchResultOnDuplicates
  @type = type
  @alternateValue = alternateValue
  @__xmlele_any = nil
end