Class: Rovi::Services::Recommendations

Inherits:
Api
  • Object
show all
Defined in:
lib/rovi/services/recommendations.rb

Instance Method Summary collapse

Methods inherited from Api

#get

Constructor Details

#initialize(api_key, api_secret) ⇒ Recommendations

Returns a new instance of Recommendations.



5
6
7
8
9
# File 'lib/rovi/services/recommendations.rb', line 5

def initialize(api_key, api_secret)
  super(api_key, api_secret)
  @service_name = "recs"
  @version = "v2"
end