class Stremio::Addon::DevKit::CatalogMovieResponse::MetaPreview
- Stremio::Addon::DevKit::CatalogMovieResponse::MetaPreview
- Reference
- Object
Overview
This is a shorter variant of the Meta Object source: stremio-addon-sdk/docs/api/responses/meta.md
Included Modules
Defined in:
stremio-addon-devkit/catalog_movie_response.crConstructors
Class Method Summary
Instance Method Summary
-
#name : String
The
#name
is just a human-readable descriptive field -
#name=(name : String)
The
#name
is just a human-readable descriptive field - #poster : URI
- #poster=(poster : URI)
Instance methods inherited from module Stremio::Addon::DevKit::Mixins::Meta
cast(json : JSON::Builder) : Nil
cast,
director(json : JSON::Builder) : Nil
director,
genre(json : JSON::Builder) : Nil
genre,
id : String
id,
id=(id : String)
id=,
links(json : JSON::Builder) : Nillinks : Array(Link) links, links=(links : Array(Link)) links=, posterShape : PosterShape posterShape, posterShape=(posterShape : PosterShape) posterShape=, type : ContentType type, writer(json : JSON::Builder) : Nil writer
Constructor methods inherited from module Stremio::Addon::DevKit::Mixins::Meta
new(pull : JSON::PullParser)
new
Macros inherited from module Stremio::Addon::DevKit::Mixins::Meta
link_legacy(key, category)
link_legacy
Constructor Detail
def self.new(id : String, name : String, poster : URI, posterShape : Stremio::Addon::DevKit::Mixins::Meta::PosterShape = PosterShape::Poster)
#