Method: Ebay::ApiMethods#get_account
- Defined in:
- lib/ebay/api_methods.rb
#get_account(params = {}) ⇒ Object
Builds Ebay::Requests#GetAccount
Returns Ebay::Responses#GetAccount
Official Documentation for GetAccount
225 226 227 |
# File 'lib/ebay/api_methods.rb', line 225 def get_account(params = {}) commit(Ebay::Requests::GetAccount, params) end |