class Muse::Dl::Book

Defined in:

book.cr

Constructors

Instance Method Summary

Instance methods inherited from class Muse::Dl::Thing

author : String author, cover_url : String cover_url, date : String? date, formats : Set(Symbol) formats, info : Hash(String, String) info, open_access open_access, publisher : String publisher, summary : String summary, summary_html : String summary_html, thumbnail_url : String thumbnail_url, title : String title

Constructor methods inherited from class Muse::Dl::Thing

new(html : String) new

Constructor Detail

def self.new(html : String) #

[View source]

Instance Method Detail

def chapters : Array(Array(String)) #

[View source]
def parts(myhtml : Myhtml::Parser) #

[View source]