Class: Xdelivery::API::Shops
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
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 |