Class: Ebay::Requests::ApproveLiveAuctionBidders

Inherits:
Abstract
  • Object
show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay/requests/approve_live_auction_bidders.rb

Overview

Attributes

numeric_node :user_catalog_id, 'UserCatalogID', :optional => true
array_node :bid_approvals, 'BidApproval', 'LiveAuctionBid', :class => BidApproval, :default_value => []
boolean_node :approve_all_pending, 'ApproveAllPending', 'true', 'false', :optional => true
money_node :all_approved_bidding_limit, 'AllApprovedBiddingLimit', :optional => true

Instance Attribute Summary

Attributes inherited from Base

#auth_token

Method Summary

Methods included from Initializer

#initialize, #object_attributes=

Methods inherited from Abstract

#detail_level, #detail_level=

Methods inherited from Base

#call_name, #requester_credentials

Methods included from Types

#type