Class: ExternalProductIDType

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

Overview

urn:ebay:apis:eBLBaseComponentsExternalProductIDType

Constant Summary collapse

@@schema_type =
"ExternalProductIDType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["value", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Value")]],
  ["returnSearchResultOnDuplicates", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ReturnSearchResultOnDuplicates")]],
  ["type", ["ExternalProductCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Type")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ExternalProductIDType.



15506
15507
15508
15509
15510
15511
# File 'lib/eBay.rb', line 15506

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15500
15501
15502
# File 'lib/eBay.rb', line 15500

def __xmlele_any
  @__xmlele_any
end

#returnSearchResultOnDuplicatesObject

Returns the value of attribute returnSearchResultOnDuplicates.



15498
15499
15500
# File 'lib/eBay.rb', line 15498

def returnSearchResultOnDuplicates
  @returnSearchResultOnDuplicates
end

#typeObject

Returns the value of attribute type.



15499
15500
15501
# File 'lib/eBay.rb', line 15499

def type
  @type
end

#valueObject

Returns the value of attribute value.



15497
15498
15499
# File 'lib/eBay.rb', line 15497

def value
  @value
end

Instance Method Details

#set_any(elements) ⇒ Object



15502
15503
15504
# File 'lib/eBay.rb', line 15502

def set_any(elements)
  @__xmlele_any = elements
end