Class: Xdelivery::API::Shops

Inherits:
Base
  • Object
show all
Defined in:
lib/xdelivery/api/shops.rb

Constant Summary

Constants inherited from Base

Base::BASE_URL

Instance Attribute Summary

Attributes inherited from Base

#access_key, #merchant_no

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Xdelivery::API::Base

Instance Method Details

#get!Object



4
5
6
# File 'lib/xdelivery/api/shops.rb', line 4

def get!
  Response::Shops.new(get('/shops.json'))
end