struct Turnir::Parser::Youtube::ChatItem

Included Modules

Defined in:

turnir/parser/youtube.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def authorDetails : AuthorDetails #

[View source]
def authorDetails=(authorDetails : AuthorDetails) #

[View source]
def id : String #

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

[View source]
def snippet : ChatSnippet #

[View source]
def snippet=(snippet : ChatSnippet) #

[View source]