struct

Readability::Options

Inherits Struct / Value / Object

Constructors

new(retry_length : Int32 = 250, min_text_length : Int32 = 25, tags : Array(String) = [] of String, attributes : Array(String) = [] of String, blacklist : Array(String) = [] of String, whitelist : Array(String) = [] of String, remove_unlikely_candidates : Bool = true, weight_classes : Bool = true, clean_conditionally : Bool = true, return_nil_content : Bool = false, remove_empty_nodes : Bool = true, min_image_width : Int32 = 130, min_image_height : Int32 = 80, ignore_image_format : Array(String) = [] of String, debug : Bool = false)
Source

Instance methods

attributes
Source
blacklist
Source
clean_conditionally
Source
debug
Source
ignore_image_format
Source
min_image_height
Source
min_image_width
Source
min_text_length
Source
remove_empty_nodes
Source
remove_unlikely_candidates
Source
retry_length
Source
return_nil_content
Source
tags
Source
weight_classes
Source
whitelist
Source