Class: WishListEntryType

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

Overview

urn:ebay:apis:eBLBaseComponentsWishListEntryType

item - ItemType
product - ExpressProductType
notes - SOAP::SOAPString
creationDate - SOAP::SOAPDateTime
quantityWanted - SOAP::SOAPInt
quantityReceived - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(item = nil, product = nil, notes = nil, creationDate = nil, quantityWanted = nil, quantityReceived = nil) ⇒ WishListEntryType

Returns a new instance of WishListEntryType.



25770
25771
25772
25773
25774
25775
25776
25777
25778
# File 'lib/eBay.rb', line 25770

def initialize(item = nil, product = nil, notes = nil, creationDate = nil, quantityWanted = nil, quantityReceived = nil)
  @item = item
  @product = product
  @notes = notes
  @creationDate = creationDate
  @quantityWanted = quantityWanted
  @quantityReceived = quantityReceived
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



25764
25765
25766
# File 'lib/eBay.rb', line 25764

def __xmlele_any
  @__xmlele_any
end

#creationDateObject

Returns the value of attribute creationDate.



25761
25762
25763
# File 'lib/eBay.rb', line 25761

def creationDate
  @creationDate
end

#itemObject

Returns the value of attribute item.



25758
25759
25760
# File 'lib/eBay.rb', line 25758

def item
  @item
end

#notesObject

Returns the value of attribute notes.



25760
25761
25762
# File 'lib/eBay.rb', line 25760

def notes
  @notes
end

#productObject

Returns the value of attribute product.



25759
25760
25761
# File 'lib/eBay.rb', line 25759

def product
  @product
end

#quantityReceivedObject

Returns the value of attribute quantityReceived.



25763
25764
25765
# File 'lib/eBay.rb', line 25763

def quantityReceived
  @quantityReceived
end

#quantityWantedObject

Returns the value of attribute quantityWanted.



25762
25763
25764
# File 'lib/eBay.rb', line 25762

def quantityWanted
  @quantityWanted
end

Instance Method Details

#set_any(elements) ⇒ Object



25766
25767
25768
# File 'lib/eBay.rb', line 25766

def set_any(elements)
  @__xmlele_any = elements
end