Class: EBay::ExternalProductIDType

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

Overview

urn:ebay:apis:eBLBaseComponentsExternalProductIDType

value - SOAP::SOAPString
returnSearchResultOnDuplicates - SOAP::SOAPBoolean
type - EBay::ExternalProductCodeType
alternateValue - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ExternalProductIDType.



23977
23978
23979
23980
23981
23982
23983
# File 'lib/eBay.rb', line 23977

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23971
23972
23973
# File 'lib/eBay.rb', line 23971

def __xmlele_any
  @__xmlele_any
end

#alternateValueObject

Returns the value of attribute alternateValue.



23970
23971
23972
# File 'lib/eBay.rb', line 23970

def alternateValue
  @alternateValue
end

#returnSearchResultOnDuplicatesObject

Returns the value of attribute returnSearchResultOnDuplicates.



23968
23969
23970
# File 'lib/eBay.rb', line 23968

def returnSearchResultOnDuplicates
  @returnSearchResultOnDuplicates
end

#typeObject

Returns the value of attribute type.



23969
23970
23971
# File 'lib/eBay.rb', line 23969

def type
  @type
end

#valueObject

Returns the value of attribute value.



23967
23968
23969
# File 'lib/eBay.rb', line 23967

def value
  @value
end

Instance Method Details

#set_any(elements) ⇒ Object



23973
23974
23975
# File 'lib/eBay.rb', line 23973

def set_any(elements)
  @__xmlele_any = elements
end