class Movie
- Movie
- Reference
- Object
Defined in:
movie.crConstructors
Class Method Summary
Instance Method Summary
- #actors : String | Nil
- #actors=(actors : String | Nil)
- #director : String | Nil
- #director=(director : String | Nil)
- #identifier
- #imdb_id : String | Nil
- #imdb_id=(imdb_id : String | Nil)
- #poster_url : String | Nil
- #poster_url=(poster_url : String | Nil)
- #score : Hash(Symbol, Score)
- #title : String | Nil
- #title=(title : String | Nil)
- #tomato_url : String | Nil
- #tomato_url=(tomato_url : String | Nil)
- #trailer_url : String | Nil
- #trailer_url=(trailer_url : String | Nil)
- #year : String | Nil
- #year=(year : String | Nil)