class Stremio::Addon::DevKit::Mixins::Meta::Link
- Stremio::Addon::DevKit::Mixins::Meta::Link
- Reference
- Object
Included Modules
- JSON::Serializable
Direct Known Subclasses
- Stremio::Addon::DevKit::Mixins::Meta::LinkGenre
- Stremio::Addon::DevKit::Mixins::Meta::LinkSearchable
Defined in:
stremio-addon-devkit/mixins/meta.crConstructors
Instance Method Summary
-
#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 -
#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 -
#name : String
required - string, human readable name for the link
-
#name=(name : String)
required - string, human readable name for the link
- #url : URI
- #url=(url : URI)
Constructor Detail
Instance Method Detail
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
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