Class: BidApprovalArrayType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15588
15589
15590
# File 'lib/eBay.rb', line 15588

def __xmlele_any
  @__xmlele_any
end

#liveAuctionBidObject

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