Class: CancelOfferType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(offer = nil, explanation = nil) ⇒ CancelOfferType

Returns a new instance of CancelOfferType.



12699
12700
12701
12702
12703
# File 'lib/eBay.rb', line 12699

def initialize(offer = nil, explanation = nil)
  @offer = offer
  @explanation = explanation
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12693
12694
12695
# File 'lib/eBay.rb', line 12693

def __xmlele_any
  @__xmlele_any
end

#explanationObject

Returns the value of attribute explanation.



12692
12693
12694
# File 'lib/eBay.rb', line 12692

def explanation
  @explanation
end

#offerObject

Returns the value of attribute offer.



12691
12692
12693
# File 'lib/eBay.rb', line 12691

def offer
  @offer
end

Instance Method Details

#set_any(elements) ⇒ Object



12695
12696
12697
# File 'lib/eBay.rb', line 12695

def set_any(elements)
  @__xmlele_any = elements
end