Class: MyeBaySecondChanceOfferListType

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

Overview

urn:ebay:apis:eBLBaseComponentsMyeBaySecondChanceOfferListType

Constant Summary collapse

@@schema_type =
"MyeBaySecondChanceOfferListType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["totalAvailable", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TotalAvailable")]],
  ["secondChanceOffer", ["ItemType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SecondChanceOffer")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of MyeBaySecondChanceOfferListType.



17532
17533
17534
17535
17536
# File 'lib/eBay.rb', line 17532

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.



17526
17527
17528
# File 'lib/eBay.rb', line 17526

def __xmlele_any
  @__xmlele_any
end

#secondChanceOfferObject

Returns the value of attribute secondChanceOffer.



17525
17526
17527
# File 'lib/eBay.rb', line 17525

def secondChanceOffer
  @secondChanceOffer
end

#totalAvailableObject

Returns the value of attribute totalAvailable.



17524
17525
17526
# File 'lib/eBay.rb', line 17524

def totalAvailable
  @totalAvailable
end

Instance Method Details

#set_any(elements) ⇒ Object



17528
17529
17530
# File 'lib/eBay.rb', line 17528

def set_any(elements)
  @__xmlele_any = elements
end