Class: EBay::CancelOfferType
- Inherits:
-
Object
- Object
- EBay::CancelOfferType
- Defined in:
- lib/eBay.rb
Overview
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.
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
21786 21787 21788 |
# File 'lib/eBay.rb', line 21786 def __xmlele_any @__xmlele_any end |
#explanation ⇒ Object
Returns the value of attribute explanation.
21785 21786 21787 |
# File 'lib/eBay.rb', line 21785 def explanation @explanation end |
#offer ⇒ Object
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 |