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.



13940
13941
13942
13943
# File 'lib/eBay.rb', line 13940

def initialize(liveAuctionBid = [])
  @liveAuctionBid = liveAuctionBid
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13934
13935
13936
# File 'lib/eBay.rb', line 13934

def __xmlele_any
  @__xmlele_any
end

#liveAuctionBidObject

Returns the value of attribute liveAuctionBid.



13933
13934
13935
# File 'lib/eBay.rb', line 13933

def liveAuctionBid
  @liveAuctionBid
end

Instance Method Details

#set_any(elements) ⇒ Object



13936
13937
13938
# File 'lib/eBay.rb', line 13936

def set_any(elements)
  @__xmlele_any = elements
end