module Sentimeta::Client::Prices

Public Instance Methods

load(options={}) click to toggle source
# File lib/sentimeta/client/prices.rb, line 7
def load options={}
  options[:id] = options.delete(:provider)
  get :prices, options
end
sphere() click to toggle source
# File lib/sentimeta/client/prices.rb, line 5
def sphere() :hotels end