class Muse::Dl::Article

Defined in:

article.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String) #

[View source]

Instance Method Detail

def end_page : Int32? #

[View source]
def end_page=(end_page : Int32 | Nil) #

[View source]
def id : String #

[View source]
def open_access #

TODO Fix this


[View source]
def start_page : Int32? #

[View source]
def start_page=(start_page : Int32 | Nil) #

[View source]
def title : String? #

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

[View source]