class Tmdb::Tv::EpisodeGroup

Defined in:

tv/episode_group.cr

Constructors

Instance Method Summary

Constructor Detail

def self.detail(id : String, language : String | Nil = nil) : EpisodeGroup #

Get the details of a TV episode group.


[View source]
def self.new(data : JSON::Any) #

[View source]

Instance Method Detail

def description : String #

[View source]
def episode_count : Int32 #

[View source]
def group_count : Int32 #

[View source]
def groups : Array(Group) #

[View source]
def id : String #

[View source]
def name : String #

[View source]
def network : Network | Nil #

[View source]
def type : Type #

[View source]