Class: BidApprovalType
- Inherits:
-
Object
- Object
- BidApprovalType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBidApprovalType
Constant Summary collapse
- @@schema_type =
"BidApprovalType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["userID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UserID")]], ["approvedBiddingLimit", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ApprovedBiddingLimit")]], ["declinedComment", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DeclinedComment")]], ["status", ["BidderStatusCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Status")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
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.
15622 15623 15624 15625 15626 15627 15628 |
# File 'lib/eBay.rb', line 15622 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.
15616 15617 15618 |
# File 'lib/eBay.rb', line 15616 def __xmlele_any @__xmlele_any end |
#approvedBiddingLimit ⇒ Object
Returns the value of attribute approvedBiddingLimit.
15613 15614 15615 |
# File 'lib/eBay.rb', line 15613 def approvedBiddingLimit @approvedBiddingLimit end |
#declinedComment ⇒ Object
Returns the value of attribute declinedComment.
15614 15615 15616 |
# File 'lib/eBay.rb', line 15614 def declinedComment @declinedComment end |
#status ⇒ Object
Returns the value of attribute status.
15615 15616 15617 |
# File 'lib/eBay.rb', line 15615 def status @status end |
#userID ⇒ Object
Returns the value of attribute userID.
15612 15613 15614 |
# File 'lib/eBay.rb', line 15612 def userID @userID end |
Instance Method Details
#set_any(elements) ⇒ Object
15618 15619 15620 |
# File 'lib/eBay.rb', line 15618 def set_any(elements) @__xmlele_any = elements end |