Class: BidApprovalArrayType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsBidApprovalArrayType

liveAuctionBid - BidApprovalType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(liveAuctionBid = []) ⇒ BidApprovalArrayType

Returns a new instance of BidApprovalArrayType.



17003
17004
17005
17006
# File 'lib/eBay.rb', line 17003

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16997
16998
16999
# File 'lib/eBay.rb', line 16997

def __xmlele_any
  @__xmlele_any
end

#liveAuctionBidObject

Returns the value of attribute liveAuctionBid.



16996
16997
16998
# File 'lib/eBay.rb', line 16996

def liveAuctionBid
  @liveAuctionBid
end

Instance Method Details

#set_any(elements) ⇒ Object



16999
17000
17001
# File 'lib/eBay.rb', line 16999

def set_any(elements)
  @__xmlele_any = elements
end