struct Caption

Defined in:

invidious/videos.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, languageCode : String, baseUrl : String) #

[View source]

Instance Method Detail

def baseUrl : String #

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

[View source]
def languageCode : String #

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

[View source]
def name : String #

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

[View source]