Class: LiveAuctionBidType

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

Overview

urn:ebay:apis:eBLBaseComponentsLiveAuctionBidType

requestedBiddingLimit - AmountType
bidderStatus - BidderStatusCodeType
approvedBiddingLimit - AmountType
declinedComment - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(requestedBiddingLimit = nil, bidderStatus = nil, approvedBiddingLimit = nil, declinedComment = nil) ⇒ LiveAuctionBidType

Returns a new instance of LiveAuctionBidType.



20870
20871
20872
20873
20874
20875
20876
# File 'lib/eBay.rb', line 20870

def initialize(requestedBiddingLimit = nil, bidderStatus = nil, approvedBiddingLimit = nil, declinedComment = nil)
  @requestedBiddingLimit = requestedBiddingLimit
  @bidderStatus = bidderStatus
  @approvedBiddingLimit = approvedBiddingLimit
  @declinedComment = declinedComment
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



20864
20865
20866
# File 'lib/eBay.rb', line 20864

def __xmlele_any
  @__xmlele_any
end

#approvedBiddingLimitObject

Returns the value of attribute approvedBiddingLimit.



20862
20863
20864
# File 'lib/eBay.rb', line 20862

def approvedBiddingLimit
  @approvedBiddingLimit
end

#bidderStatusObject

Returns the value of attribute bidderStatus.



20861
20862
20863
# File 'lib/eBay.rb', line 20861

def bidderStatus
  @bidderStatus
end

#declinedCommentObject

Returns the value of attribute declinedComment.



20863
20864
20865
# File 'lib/eBay.rb', line 20863

def declinedComment
  @declinedComment
end

#requestedBiddingLimitObject

Returns the value of attribute requestedBiddingLimit.



20860
20861
20862
# File 'lib/eBay.rb', line 20860

def requestedBiddingLimit
  @requestedBiddingLimit
end

Instance Method Details

#set_any(elements) ⇒ Object



20866
20867
20868
# File 'lib/eBay.rb', line 20866

def set_any(elements)
  @__xmlele_any = elements
end