class Tmdby::Networks

Public Class Methods

get(id) click to toggle source

This method is used to retrieve the basic information about a TV network

# File lib/tmdby/wrappers/networks.rb, line 7
def self.get(id)
    self.fetch id
end