Method: Ebay::ApiMethods#get_ad_format_leads
- Defined in:
- lib/ebay/api_methods.rb
#get_ad_format_leads(params = {}) ⇒ Object
Builds Ebay::Requests#GetAdFormatLeads
Returns Ebay::Responses#GetAdFormatLeads
Official Documentation for GetAdFormatLeads
233 234 235 |
# File 'lib/ebay/api_methods.rb', line 233 def get_ad_format_leads(params = {}) commit(Ebay::Requests::GetAdFormatLeads, params) end |