Class: EBay::CancelOfferType

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

Overview

urn:ebay:apis:eBLBaseComponentsCancelOfferType

offer - EBay::OfferType
explanation - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CancelOfferType.



21792
21793
21794
21795
21796
# File 'lib/eBay.rb', line 21792

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.



21786
21787
21788
# File 'lib/eBay.rb', line 21786

def __xmlele_any
  @__xmlele_any
end

#explanationObject

Returns the value of attribute explanation.



21785
21786
21787
# File 'lib/eBay.rb', line 21785

def explanation
  @explanation
end

#offerObject

Returns the value of attribute offer.



21784
21785
21786
# File 'lib/eBay.rb', line 21784

def offer
  @offer
end

Instance Method Details

#set_any(elements) ⇒ Object



21788
21789
21790
# File 'lib/eBay.rb', line 21788

def set_any(elements)
  @__xmlele_any = elements
end