Class: EBay::BidApprovalArrayType

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

Overview

urn:ebay:apis:eBLBaseComponentsBidApprovalArrayType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeBidApprovalArrayType

Returns a new instance of BidApprovalArrayType.



21078
21079
21080
# File 'lib/eBay.rb', line 21078

def initialize
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



21072
21073
21074
# File 'lib/eBay.rb', line 21072

def __xmlele_any
  @__xmlele_any
end

Instance Method Details

#set_any(elements) ⇒ Object



21074
21075
21076
# File 'lib/eBay.rb', line 21074

def set_any(elements)
  @__xmlele_any = elements
end