class Tmdb::MovieResult
- Tmdb::MovieResult
- Reference
- Object
Included Modules
Defined in:
movie_result.crConstructors
Instance Method Summary
- #adult? : Bool
- #backdrop_path : String | Nil
- #genre_ids : Array(Int32)
- #id : Int64
- #movie_detail(language : String | Nil = nil) : Movie
- #original_language : String
- #original_title : String
- #overview : String
- #popularity : Float64
- #poster_path : String | Nil
- #release_date : Time | Nil
- #title : String
- #video? : Bool
- #vote_average : Float64
- #vote_count : Int32