Class: BidApprovalArrayType
- Inherits:
-
Object
- Object
- BidApprovalArrayType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBidApprovalArrayType
Constant Summary collapse
- @@schema_type =
"BidApprovalArrayType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["liveAuctionBid", ["BidApprovalType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LiveAuctionBid")]], ["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.
-
#liveAuctionBid ⇒ Object
Returns the value of attribute liveAuctionBid.
Instance Method Summary collapse
-
#initialize(liveAuctionBid = []) ⇒ BidApprovalArrayType
constructor
A new instance of BidApprovalArrayType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(liveAuctionBid = []) ⇒ BidApprovalArrayType
Returns a new instance of BidApprovalArrayType.
15594 15595 15596 15597 |
# File 'lib/eBay.rb', line 15594 def initialize(liveAuctionBid = []) @liveAuctionBid = liveAuctionBid @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
15588 15589 15590 |
# File 'lib/eBay.rb', line 15588 def __xmlele_any @__xmlele_any end |
#liveAuctionBid ⇒ Object
Returns the value of attribute liveAuctionBid.
15587 15588 15589 |
# File 'lib/eBay.rb', line 15587 def liveAuctionBid @liveAuctionBid end |
Instance Method Details
#set_any(elements) ⇒ Object
15590 15591 15592 |
# File 'lib/eBay.rb', line 15590 def set_any(elements) @__xmlele_any = elements end |