class LuckySvgSpriteCli::Format

Defined in:

lucky_svg_sprite_cli/format.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id_param : String | Nil = nil, indent : Int32 = 0, strip : Array(String) = [] of ::String) #

[View source]

Instance Method Detail

def id_param : String? #

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

[View source]
def indent : Int32 #

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

[View source]
def strip : Array(String) #

[View source]
def strip=(strip : Array(String)) #

[View source]