Class: EBay::ExternalProductIDType
- Inherits:
-
Object
- Object
- EBay::ExternalProductIDType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#alternateValue ⇒ Object
Returns the value of attribute alternateValue.
-
#returnSearchResultOnDuplicates ⇒ Object
Returns the value of attribute returnSearchResultOnDuplicates.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value = nil, returnSearchResultOnDuplicates = nil, type = nil, alternateValue = []) ⇒ ExternalProductIDType
constructor
A new instance of ExternalProductIDType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
23971 23972 23973 |
# File 'lib/eBay.rb', line 23971 def __xmlele_any @__xmlele_any end |
#alternateValue ⇒ Object
Returns the value of attribute alternateValue.
23970 23971 23972 |
# File 'lib/eBay.rb', line 23970 def alternateValue @alternateValue end |
#returnSearchResultOnDuplicates ⇒ Object
Returns the value of attribute returnSearchResultOnDuplicates.
23968 23969 23970 |
# File 'lib/eBay.rb', line 23968 def returnSearchResultOnDuplicates @returnSearchResultOnDuplicates end |
#type ⇒ Object
Returns the value of attribute type.
23969 23970 23971 |
# File 'lib/eBay.rb', line 23969 def type @type end |
#value ⇒ Object
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 |