Class: MyeBaySecondChanceOfferListType

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

Overview

urn:ebay:apis:eBLBaseComponentsMyeBaySecondChanceOfferListType

totalAvailable - SOAP::SOAPInt
secondChanceOffer - ItemType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of MyeBaySecondChanceOfferListType.



21574
21575
21576
21577
21578
# File 'lib/eBay.rb', line 21574

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.



21568
21569
21570
# File 'lib/eBay.rb', line 21568

def __xmlele_any
  @__xmlele_any
end

#secondChanceOfferObject

Returns the value of attribute secondChanceOffer.



21567
21568
21569
# File 'lib/eBay.rb', line 21567

def secondChanceOffer
  @secondChanceOffer
end

#totalAvailableObject

Returns the value of attribute totalAvailable.



21566
21567
21568
# File 'lib/eBay.rb', line 21566

def totalAvailable
  @totalAvailable
end

Instance Method Details

#set_any(elements) ⇒ Object



21570
21571
21572
# File 'lib/eBay.rb', line 21570

def set_any(elements)
  @__xmlele_any = elements
end