Class: Ebay::Types::BidderDetail
- Inherits:
-
Object
- Object
- Ebay::Types::BidderDetail
show all
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/types/bidder_detail.rb
Overview
Attributes
text_node :user_id, 'UserID', :optional => true
text_node :email, 'Email', :optional => true
numeric_node :feedback_score, 'FeedbackScore', :optional => true
numeric_node :unique_negative_feedback_count, 'UniqueNegativeFeedbackCount', :optional => true
numeric_node :unique_positive_feedback_count, 'UniquePositiveFeedbackCount', :optional => true
object_node :live_auction_bid_result, 'LiveAuctionBidResult', :class => LiveAuctionBid, :optional => true
Method Summary
#initialize, #object_attributes=