Module: Tmdb::PeopleMethods

Included in:
Connection
Defined in:
lib/tmdb/connection/people_methods.rb

Instance Method Summary collapse

Instance Method Details

#person(id, options = {}) ⇒ Object



5
6
7
# File 'lib/tmdb/connection/people_methods.rb', line 5

def person(id, options={})
  OpenStruct.new(get("/person/#{id}", options))
end

#person_all_changes(options = {}) ⇒ Object



10
11
12
# File 'lib/tmdb/connection/people_methods.rb', line 10

def person_all_changes(options={})
  OpenStruct.new(get("/person/changes", options))
end