struct Config::Options

Overview

Options for Nicolino output

Included Modules

Defined in:

config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def content : String #

[View source]
def content=(content : String) #

[View source]
def date_output_format : String #

[View source]
def date_output_format=(date_output_format : String) #

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

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

[View source]
def galleries : String #

[View source]
def galleries=(galleries : String) #

[View source]
def image_large : Int32 #

[View source]
def image_large=(image_large : Int32) #

[View source]
def image_thumb : Int32 #

[View source]
def image_thumb=(image_thumb : Int32) #

[View source]
def language : String #

[View source]
def language=(language : String) #

[View source]
def locale : String #

[View source]
def locale=(locale : String) #

[View source]
def output : String #

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

[View source]
def posts : String #

[View source]
def posts=(posts : String) #

[View source]
def verbosity : Int32 #

[View source]
def verbosity=(verbosity : Int32) #

[View source]