class Muse::Dl::Issue

Defined in:

issue.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, response : String | Nil = nil) #

[View source]

Instance Method Detail

def articles : Array(Muse::Dl::Article) #

[View source]
def date : String | Nil #

[View source]
def id : String #

[View source]
def info : Hash(String, String) #

[View source]
def journal_title : String | Nil #

[View source]
def journal_title=(journal_title : Nil | String) #

[View source]
def number : String | Nil #

[View source]
def open_access #

[View source]
def parse(html : String) #

[View source]
def parse #

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

[View source]
def parse_title #

[View source]
def publisher : String | Nil #

[View source]
def summary : String | Nil #

[View source]
def title : String | Nil #

[View source]
def url : String #

[View source]
def volume : String | Nil #

[View source]