Method: Ebay::ApiMethods#set_user_notes
- Defined in:
- lib/ebay/api_methods.rb
#set_user_notes(params = {}) ⇒ Object
Builds Ebay::Requests#SetUserNotes
Returns Ebay::Responses#SetUserNotes
Official Documentation for SetUserNotes
1193 1194 1195 |
# File 'lib/ebay/api_methods.rb', line 1193 def set_user_notes(params = {}) commit(Ebay::Requests::SetUserNotes, params) end |