class Nzb::Builder

Defined in:

nzb/builder.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(filename : String, prefix = "") #

we accept basename and prefix, combine them and add suffix ".nzb"


[View source]
def self.new(nzb : Nzb) #

[View source]

Class Method Detail

def self.build(filename, prefix = "", &) #

[View source]

Instance Method Detail

def build(&) #

[View source]
def nzb_filename : String #

[View source]
def to_xml #

[View source]
def write #

[View source]