module TmdbRexx

Constants

VERSION

Public Class Methods

new(options = {}) click to toggle source

Alias for TmdbRexx::Client.new @return [TmdbRexx::Client]

# File lib/tmdb_rexx.rb, line 11
def new(options = {})
  TmdbRexx::Client.new(options)
end