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.



19990
19991
19992
19993
19994
# File 'lib/eBay.rb', line 19990

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.



19984
19985
19986
# File 'lib/eBay.rb', line 19984

def __xmlele_any
  @__xmlele_any
end

#secondChanceOfferObject

Returns the value of attribute secondChanceOffer.



19983
19984
19985
# File 'lib/eBay.rb', line 19983

def secondChanceOffer
  @secondChanceOffer
end

#totalAvailableObject

Returns the value of attribute totalAvailable.



19982
19983
19984
# File 'lib/eBay.rb', line 19982

def totalAvailable
  @totalAvailable
end

Instance Method Details

#set_any(elements) ⇒ Object



19986
19987
19988
# File 'lib/eBay.rb', line 19986

def set_any(elements)
  @__xmlele_any = elements
end