Class: CancelOfferType
- Inherits:
-
Object
- Object
- CancelOfferType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsCancelOfferType
Constant Summary collapse
- @@schema_type =
"CancelOfferType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["offer", ["OfferType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Offer")]], ["explanation", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Explanation")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#explanation ⇒ Object
Returns the value of attribute explanation.
-
#offer ⇒ Object
Returns the value of attribute offer.
Instance Method Summary collapse
-
#initialize(offer = nil, explanation = nil) ⇒ CancelOfferType
constructor
A new instance of CancelOfferType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(offer = nil, explanation = nil) ⇒ CancelOfferType
Returns a new instance of CancelOfferType.
15995 15996 15997 15998 15999 |
# File 'lib/eBay.rb', line 15995 def initialize(offer = nil, explanation = nil) @offer = offer @explanation = explanation @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
15989 15990 15991 |
# File 'lib/eBay.rb', line 15989 def __xmlele_any @__xmlele_any end |
#explanation ⇒ Object
Returns the value of attribute explanation.
15988 15989 15990 |
# File 'lib/eBay.rb', line 15988 def explanation @explanation end |
#offer ⇒ Object
Returns the value of attribute offer.
15987 15988 15989 |
# File 'lib/eBay.rb', line 15987 def offer @offer end |
Instance Method Details
#set_any(elements) ⇒ Object
15991 15992 15993 |
# File 'lib/eBay.rb', line 15991 def set_any(elements) @__xmlele_any = elements end |