Method: Ebay::ApiMethods#get_store

Defined in:
lib/ebay/api_methods.rb

#get_store(params = {}) ⇒ Object

Builds Ebay::Requests#GetStore

Returns Ebay::Responses#GetStore

Official Documentation for GetStore



761
762
763
# File 'lib/ebay/api_methods.rb', line 761

def get_store(params = {})
  commit(Ebay::Requests::GetStore, params)
end