Class: EBay::ProductDetailsType
- Inherits:
-
Object
- Object
- EBay::ProductDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsProductDetailsType
productIdentifierUnavailableText - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#productIdentifierUnavailableText ⇒ Object
Returns the value of attribute productIdentifierUnavailableText.
Instance Method Summary collapse
-
#initialize(productIdentifierUnavailableText = nil) ⇒ ProductDetailsType
constructor
A new instance of ProductDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(productIdentifierUnavailableText = nil) ⇒ ProductDetailsType
Returns a new instance of ProductDetailsType.
29197 29198 29199 29200 |
# File 'lib/eBay.rb', line 29197 def initialize(productIdentifierUnavailableText = nil) @productIdentifierUnavailableText = productIdentifierUnavailableText @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
29191 29192 29193 |
# File 'lib/eBay.rb', line 29191 def __xmlele_any @__xmlele_any end |
#productIdentifierUnavailableText ⇒ Object
Returns the value of attribute productIdentifierUnavailableText.
29190 29191 29192 |
# File 'lib/eBay.rb', line 29190 def productIdentifierUnavailableText @productIdentifierUnavailableText end |
Instance Method Details
#set_any(elements) ⇒ Object
29193 29194 29195 |
# File 'lib/eBay.rb', line 29193 def set_any(elements) @__xmlele_any = elements end |