class Stremio::Addon::DevKit::Mixins::Meta::Link

Included Modules

Direct Known Subclasses

Defined in:

stremio-addon-devkit/mixins/meta.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def category : String #

required - string, any unique category name, links are grouped based on their category, some recommended categories are: actor, director, writer, while the following categories are reserved and should not be used: imdb, share, similar


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

required - string, any unique category name, links are grouped based on their category, some recommended categories are: actor, director, writer, while the following categories are reserved and should not be used: imdb, share, similar


[View source]
def name : String #

required - string, human readable name for the link


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

required - string, human readable name for the link


[View source]
def url : URI #

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

[View source]