Module: Rotten

Defined in:
lib/rotten/api.rb,
lib/rotten.rb,
lib/rotten/cast.rb,
lib/rotten/actor.rb,
lib/rotten/cache.rb,
lib/rotten/movie.rb,
lib/rotten/entity.rb,
lib/rotten/review.rb,
lib/rotten/version.rb,
lib/rotten/simple_cache.rb,
lib/rotten/search_result.rb

Overview

Encapsulates APIs that return a ‘total’

Defined Under Namespace

Modules: Api Classes: Actor, Cache, Cast, Entity, Movie, Review, SearchResult, SimpleCache

Constant Summary collapse

VERSION =
"0.5.0"

Class Method Summary collapse

Class Method Details

.api_keyObject



18
19
20
# File 'lib/rotten.rb', line 18

def api_key
  @api_key
end

.api_key=(val) ⇒ Object



14
15
16
# File 'lib/rotten.rb', line 14

def api_key=(val)
  @api_key = val
end