class Xdelivery::API::Shops

Public Instance Methods

get!() click to toggle source
# File lib/xdelivery/api/shops.rb, line 4
def get!
  Response::Shops.new(get('/shops.json'))
end