Method: Ebay::ApiMethods#get_category2_cs
- Defined in:
- lib/ebay/api_methods.rb
#get_category2_cs(params = {}) ⇒ Object
Builds Ebay::Requests#GetCategory2CS
Returns Ebay::Responses#GetCategory2CS
Official Documentation for GetCategory2CS
297 298 299 |
# File 'lib/ebay/api_methods.rb', line 297 def get_category2_cs(params = {}) commit(Ebay::Requests::GetCategory2CS, params) end |