Class: ExternalProductIDType

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

Overview

urn:ebay:apis:eBLBaseComponentsExternalProductIDType

value - SOAP::SOAPString
returnSearchResultOnDuplicates - SOAP::SOAPBoolean
type - 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.



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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



19300
19301
19302
# File 'lib/eBay.rb', line 19300

def __xmlele_any
  @__xmlele_any
end

#alternateValueObject

Returns the value of attribute alternateValue.



19299
19300
19301
# File 'lib/eBay.rb', line 19299

def alternateValue
  @alternateValue
end

#returnSearchResultOnDuplicatesObject

Returns the value of attribute returnSearchResultOnDuplicates.



19297
19298
19299
# File 'lib/eBay.rb', line 19297

def returnSearchResultOnDuplicates
  @returnSearchResultOnDuplicates
end

#typeObject

Returns the value of attribute type.



19298
19299
19300
# File 'lib/eBay.rb', line 19298

def type
  @type
end

#valueObject

Returns the value of attribute value.



19296
19297
19298
# File 'lib/eBay.rb', line 19296

def value
  @value
end

Instance Method Details

#set_any(elements) ⇒ Object



19302
19303
19304
# File 'lib/eBay.rb', line 19302

def set_any(elements)
  @__xmlele_any = elements
end