class Stremio::Addon::DevKit::CatalogMovieResponse::MetaPreview

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.cr

Constructors

Class Method Summary

Instance Method Summary

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) : Nil
links : 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

Constructor Detail

def self.new(id : String, name : String, poster : URI, posterShape : Stremio::Addon::DevKit::Mixins::Meta::PosterShape = PosterShape::Poster) #

[View source]

Class Method Detail

def self.build(*args, **named_args, &) #

[View source]

Instance Method Detail

def name : String #

The #name is just a human-readable descriptive field


[View source]
def name=(name : String) #

The #name is just a human-readable descriptive field


[View source]
def poster : URI #

[View source]
def poster=(poster : URI) #

[View source]