Class: Ebay::Responses::PlaceOffer
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/responses/place_offer.rb
Overview
Attributes
object_node :selling_status, 'SellingStatus', :class => SellingStatus, :optional => true
text_node :transaction_id, 'TransactionID', :optional => true
object_node :best_offer, 'BestOffer', :class => BestOffer, :optional => true
Method Summary
Methods included from Initializer
#initialize, #object_attributes=
Methods inherited from Base
#errors?, #failure?, #partial_failure?, #success?, #warning?