class Tmdb::Tv::EpisodeGroup
- Tmdb::Tv::EpisodeGroup
- Reference
- Object
Defined in:
tv/episode_group.crConstructors
-
.detail(id : String, language : String | Nil = nil) : EpisodeGroup
Get the details of a TV episode group.
- .new(data : JSON::Any)
Instance Method Summary
- #description : String
- #episode_count : Int32
- #group_count : Int32
- #groups : Array(Group)
- #id : String
- #name : String
- #network : Network | Nil
- #type : Type
Constructor Detail
Get the details of a TV episode group.