Class: EBay::VariationProductListingDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsVariationProductListingDetailsType

iSBN - SOAP::SOAPString
uPC - SOAP::SOAPString
eAN - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



35398
35399
35400
# File 'lib/eBay.rb', line 35398

def __xmlele_any
  @__xmlele_any
end

#eANObject

Returns the value of attribute eAN.



35397
35398
35399
# File 'lib/eBay.rb', line 35397

def eAN
  @eAN
end

#iSBNObject

Returns the value of attribute iSBN.



35395
35396
35397
# File 'lib/eBay.rb', line 35395

def iSBN
  @iSBN
end

#uPCObject

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