Method: Ebay::ApiMethods#get_dispute
- Defined in:
- lib/ebay/api_methods.rb
#get_dispute(params = {}) ⇒ Object
Builds Ebay::Requests#GetDispute
Returns Ebay::Responses#GetDispute
Official Documentation for GetDispute
385 386 387 |
# File 'lib/ebay/api_methods.rb', line 385 def get_dispute(params = {}) commit(Ebay::Requests::GetDispute, params) end |