Method: BidAssistantListType#initialize

Defined in:
lib/eBay.rb

#initialize(bidGroupID = nil, includeNotes = nil) ⇒ BidAssistantListType

Returns a new instance of BidAssistantListType.



17046
17047
17048
17049
17050
# File 'lib/eBay.rb', line 17046

def initialize(bidGroupID = nil, includeNotes = nil)
  @bidGroupID = bidGroupID
  @includeNotes = includeNotes
  @__xmlele_any = nil
end