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.



15497
15498
15499
15500
15501
# File 'lib/eBay.rb', line 15497

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.



15491
15492
15493
# File 'lib/eBay.rb', line 15491

def __xmlele_any
  @__xmlele_any
end

#secondChanceOfferObject

Returns the value of attribute secondChanceOffer.



15490
15491
15492
# File 'lib/eBay.rb', line 15490

def secondChanceOffer
  @secondChanceOffer
end

#totalAvailableObject

Returns the value of attribute totalAvailable.



15489
15490
15491
# File 'lib/eBay.rb', line 15489

def totalAvailable
  @totalAvailable
end

Instance Method Details

#set_any(elements) ⇒ Object



15493
15494
15495
# File 'lib/eBay.rb', line 15493

def set_any(elements)
  @__xmlele_any = elements
end