Class: CancelOfferType

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

Overview

urn:ebay:apis:eBLBaseComponentsCancelOfferType

offer - 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.



17535
17536
17537
17538
17539
# File 'lib/eBay.rb', line 17535

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.



17529
17530
17531
# File 'lib/eBay.rb', line 17529

def __xmlele_any
  @__xmlele_any
end

#explanationObject

Returns the value of attribute explanation.



17528
17529
17530
# File 'lib/eBay.rb', line 17528

def explanation
  @explanation
end

#offerObject

Returns the value of attribute offer.



17527
17528
17529
# File 'lib/eBay.rb', line 17527

def offer
  @offer
end

Instance Method Details

#set_any(elements) ⇒ Object



17531
17532
17533
# File 'lib/eBay.rb', line 17531

def set_any(elements)
  @__xmlele_any = elements
end