class Rakuten::Api::Travel
Constants
- AreaCode
- ChainList
- DetailSearch
- KeywordSearch
- Ranking
- Search
- VacantSearch
Public Class Methods
area_code(opts={})
click to toggle source
Travel
Area Code API (version:2013-10-24)
# File lib/rakuten/api/travel.rb, line 33 def area_code(opts={}) Rakuten::Request.get("https://app.rakuten.co.jp/services/api/Travel/GetAreaClass/20131024", Rakuten::Api.merge(opts)) end
chain_list(opts={})
click to toggle source
Travel
Chain List API (version:2013-10-24)
# File lib/rakuten/api/travel.rb, line 43 def chain_list(opts={}) Rakuten::Request.get("https://app.rakuten.co.jp/services/api/Travel/GetHotelChainList/20131024", Rakuten::Api.merge(opts)) end
detail_search(opts={})
click to toggle source
keyword_search(opts={})
click to toggle source
ranking(opts={})
click to toggle source
search(opts={})
click to toggle source