Class: EBay::MyeBaySecondChanceOfferListType

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

Overview

urn:ebay:apis:eBLBaseComponentsMyeBaySecondChanceOfferListType

totalAvailable - SOAP::SOAPInt
secondChanceOffer - EBay::ItemType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(totalAvailable = nil, secondChanceOffer = []) ⇒ MyeBaySecondChanceOfferListType

Returns a new instance of MyeBaySecondChanceOfferListType.



27682
27683
27684
27685
27686
# File 'lib/eBay.rb', line 27682

def initialize(totalAvailable = nil, secondChanceOffer = [])
  @totalAvailable = totalAvailable
  @secondChanceOffer = secondChanceOffer
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



27676
27677
27678
# File 'lib/eBay.rb', line 27676

def __xmlele_any
  @__xmlele_any
end

#secondChanceOfferObject

Returns the value of attribute secondChanceOffer.



27675
27676
27677
# File 'lib/eBay.rb', line 27675

def secondChanceOffer
  @secondChanceOffer
end

#totalAvailableObject

Returns the value of attribute totalAvailable.



27674
27675
27676
# File 'lib/eBay.rb', line 27674

def totalAvailable
  @totalAvailable
end

Instance Method Details

#set_any(elements) ⇒ Object



27678
27679
27680
# File 'lib/eBay.rb', line 27678

def set_any(elements)
  @__xmlele_any = elements
end