Class: EBay::VariationProductListingDetailsType
- Inherits:
-
Object
- Object
- EBay::VariationProductListingDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsVariationProductListingDetailsType
iSBN - SOAP::SOAPString
uPC - SOAP::SOAPString
eAN - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#eAN ⇒ Object
Returns the value of attribute eAN.
-
#iSBN ⇒ Object
Returns the value of attribute iSBN.
-
#uPC ⇒ Object
Returns the value of attribute uPC.
Instance Method Summary collapse
-
#initialize(iSBN = nil, uPC = nil, eAN = nil) ⇒ VariationProductListingDetailsType
constructor
A new instance of VariationProductListingDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(iSBN = nil, uPC = nil, eAN = nil) ⇒ VariationProductListingDetailsType
Returns a new instance of VariationProductListingDetailsType.
35404 35405 35406 35407 35408 35409 |
# File 'lib/eBay.rb', line 35404 def initialize(iSBN = nil, uPC = nil, eAN = nil) @iSBN = iSBN @uPC = uPC @eAN = eAN @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
35398 35399 35400 |
# File 'lib/eBay.rb', line 35398 def __xmlele_any @__xmlele_any end |
#eAN ⇒ Object
Returns the value of attribute eAN.
35397 35398 35399 |
# File 'lib/eBay.rb', line 35397 def eAN @eAN end |
#iSBN ⇒ Object
Returns the value of attribute iSBN.
35395 35396 35397 |
# File 'lib/eBay.rb', line 35395 def iSBN @iSBN end |
#uPC ⇒ Object
Returns the value of attribute uPC.
35396 35397 35398 |
# File 'lib/eBay.rb', line 35396 def uPC @uPC end |
Instance Method Details
#set_any(elements) ⇒ Object
35400 35401 35402 |
# File 'lib/eBay.rb', line 35400 def set_any(elements) @__xmlele_any = elements end |