Class: EBay::BidApprovalType
- Inherits:
-
Object
- Object
- EBay::BidApprovalType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBidApprovalType
userID - (any)
approvedBiddingLimit - EBay::AmountType
declinedComment - SOAP::SOAPString
status - EBay::BidderStatusCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#approvedBiddingLimit ⇒ Object
Returns the value of attribute approvedBiddingLimit.
-
#declinedComment ⇒ Object
Returns the value of attribute declinedComment.
-
#status ⇒ Object
Returns the value of attribute status.
-
#userID ⇒ Object
Returns the value of attribute userID.
Instance Method Summary collapse
-
#initialize(userID = nil, approvedBiddingLimit = nil, declinedComment = nil, status = nil) ⇒ BidApprovalType
constructor
A new instance of BidApprovalType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(userID = nil, approvedBiddingLimit = nil, declinedComment = nil, status = nil) ⇒ BidApprovalType
Returns a new instance of BidApprovalType.
21099 21100 21101 21102 21103 21104 21105 |
# File 'lib/eBay.rb', line 21099 def initialize(userID = nil, approvedBiddingLimit = nil, declinedComment = nil, status = nil) @userID = userID @approvedBiddingLimit = approvedBiddingLimit @declinedComment = declinedComment @status = status @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
21093 21094 21095 |
# File 'lib/eBay.rb', line 21093 def __xmlele_any @__xmlele_any end |
#approvedBiddingLimit ⇒ Object
Returns the value of attribute approvedBiddingLimit.
21090 21091 21092 |
# File 'lib/eBay.rb', line 21090 def approvedBiddingLimit @approvedBiddingLimit end |
#declinedComment ⇒ Object
Returns the value of attribute declinedComment.
21091 21092 21093 |
# File 'lib/eBay.rb', line 21091 def declinedComment @declinedComment end |
#status ⇒ Object
Returns the value of attribute status.
21092 21093 21094 |
# File 'lib/eBay.rb', line 21092 def status @status end |
#userID ⇒ Object
Returns the value of attribute userID.
21089 21090 21091 |
# File 'lib/eBay.rb', line 21089 def userID @userID end |
Instance Method Details
#set_any(elements) ⇒ Object
21095 21096 21097 |
# File 'lib/eBay.rb', line 21095 def set_any(elements) @__xmlele_any = elements end |