class Muse::Dl::Parser

Defined in:

parser.cr

Constant Summary

DEFAULT_FILE_NAME = "tempfilename.pdf"

Constructors

Instance Method Summary

Constructor Detail

def self.new(arg : Array(String) = [] of String) #

[View source]

Instance Method Detail

def bookmarks : Bool #

[View source]
def cleanup : Bool #

[View source]
def clobber : Bool #

[View source]
def cookie : String? #

[View source]
def find_next(arg : Array(String), flag : String, default) #

[View source]
def force_set_output(output_file : String) #

[View source]
def input_list : String? #

[View source]
def output : String #

[View source]
def output=(output_file : String) #

Update the output filename unless we have a custom one passed


[View source]
def reset_output_file #

[View source]
def skip_oa : Bool #

[View source]
def strip_first : Bool #

[View source]
def tmp : String #

[View source]
def url : String? #

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

[View source]