Class: ButterSand::Client
- Inherits:
-
Object
- Object
- ButterSand::Client
- Includes:
- API::Events
- Defined in:
- lib/butter_sand/client.rb
Constant Summary collapse
- ROOT_URL =
'https://www.rokkatei-eshop.com/'
Constants included from API::Events
Instance Method Summary collapse
Methods included from API::Events
#all, #ends_today, #find_by_prefecture, #on_sale, #starts_today
Instance Method Details
#get(path) ⇒ Object
14 15 16 |
# File 'lib/butter_sand/client.rb', line 14 def get(path) request(:get, path) end |